reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # RUN: llvm-objdump -a %p/Inputs/liblong_filenames.a | FileCheck %s # RUN: llvm-objdump -archive-headers %p/Inputs/liblong_filenames.a | FileCheck %s # CHECK: {{.*}}liblong_filenames.a(1.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 1416 {{.*}} 1.o # CHECK: {{.*}}liblong_filenames.a(2.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 1224 {{.*}} 2.o # CHECK: {{.*}}liblong_filenames.a(3.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 1312 {{.*}} 3.o # CHECK: {{.*}}liblong_filenames.a(4.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 957 {{.*}} 4.o # CHECK: {{.*}}liblong_filenames.a(5.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 951 {{.*}} 5.o # CHECK: {{.*}}liblong_filenames.a(6.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 951 {{.*}} 6.o # CHECK: {{.*}}liblong_filenames.a(abcdefghijklmnopqrstuvwxyz1.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 977 {{.*}} abcdefghijklmnopqrstuvwxyz1.o # CHECK: {{.*}}liblong_filenames.a(abcdefghijklmnopqrstuvwxyz2.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 1272 {{.*}} abcdefghijklmnopqrstuvwxyz2.o # CHECK: {{.*}}liblong_filenames.a(abcdefghijklmnopq.o): file format ELF64-x86-64 # CHECK: rw-r--r-- 204299/200 977 {{.*}} abcdefghijklmnopq.o |