| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | shuffle-sections-init-fini.s | 5 # RUN: llvm-readelf -x .init -x .fini -x .init_array -x .fini_array %t | \ 9 # RUN: llvm-readelf -x .init -x .fini -x .init_array -x .fini_array %t1 | \ 12 ## .init and .fini rely on a particular order, e.g. crti.o crtbegin.o crtend.o crtn.o 17 # CHECK: Hex dump of section '.fini'
|
| H A D | gc-sections.s | 15 # NOGC: Name: .fini 49 # GC1: Name: .fini 73 # GC2: Name: .fini 153 .section .fini,"ax"
|
| H A D | icf6.s | 16 .section .fini, "ax"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | lower-ctor-dtor.ll | 10 ; CHECK-LABEL: amdgpu_kernel void @amdgcn.device.fini() #1 15 ; CHECK-VIS: FUNC GLOBAL PROTECTED {{.*}} amdgcn.device.fini 16 ; CHECK-VIS: OBJECT GLOBAL DEFAULT {{.*}} amdgcn.device.fini.kd 27 ; CHECK: attributes #1 = { "device-fini" }
|
| H A D | lower-multiple-ctor-dtor.ll | 11 ; CHECK-LABEL: amdgpu_kernel void @amdgcn.device.fini() #1 17 ; CHECK-VIS: FUNC GLOBAL PROTECTED {{.*}} amdgcn.device.fini 18 ; CHECK-VIS: OBJECT GLOBAL DEFAULT {{.*}} amdgcn.device.fini.kd 37 ; CHECK: attributes #1 = { "device-fini" }
|
| H A D | hsa-metadata-from-llvm-ctor-dtor-list.ll | 36 ; CHECK: .kind: fini 37 ; CHECK: .name: amdgcn.device.fini
|
| H A D | lower-ctor-dtor-declaration.ll | 8 ; CHECK-NOT: amdgcn.device.fini
|
| H A D | lower-empty-ctor-dtor.ll | 9 ; CHECK-NOT: amdgcn.device.fini
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | init_fini_sections.cpp | 11 static void fini() { in fini() function 27 void (*call_foo_3)(void) = &fini;
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | init-fini.ll | 5 ;; Verify that symbols given by -init and -fini are preserved and 19 ; RUN: ld.lld -o %t.exe -pie -init=foo -fini=bar %t.o
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | print-shift.ll | 29 br i1 %done, label %fini, label %shl_test 31 fini: ; preds = %shl_test
|
| H A D | print-mul.ll | 28 br i1 %done, label %fini, label %shl_test 30 fini: ; preds = %shl_test
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | plt-got-sec.yaml | 27 LastSec: .fini 209 - Name: .fini 509 - Name: .fini 589 - Name: .fini 591 Section: .fini 732 Section: .fini
|
| H A D | plt-sec.yaml | 27 LastSec: .fini 209 - Name: .fini 509 - Name: .fini 589 - Name: .fini 591 Section: .fini 732 Section: .fini
|
| H A D | plt-sec-8-byte.yaml | 183 - Name: .fini 1067 - Name: .fini 1069 Section: .fini 1343 Section: .fini
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | section.s | 23 .section .fini
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/ |
| H A D | elf-dwarf.yaml | 230 - Name: .fini 458 - Name: .fini 460 Section: .fini 609 Section: .fini
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | MarkLive.cpp | 241 markSymbol(symtab->find(config->fini)); in run()
|
| H A D | Config.h | 117 llvm::StringRef fini; member
|
| H A D | Options.td | 214 defm fini: Eq<"fini", "Specify a finalizer function">, MetaVarName<"<symbol>">;
|
| H A D | Driver.cpp | 1080 config->fini = args.getLastArgValue(OPT_fini, "_fini"); in readConfigs() 2521 if (Symbol *sym = dyn_cast_or_null<Defined>(symtab->find(config->fini))) in link()
|
| H A D | SyntheticSections.cpp | 1498 if (Symbol *b = symtab->find(config->fini)) in computeContents()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DebuggingJITedCode.rst | 147 …ain at lli.cpp:387), argc=4, argv=0x00007fffffffe118, init=<unavailable>, fini=<unavailable>, rtld…
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_affinity.h | 1055 void fini() { in fini() function
|
| H A D | kmp_affinity.cpp | 39 void __kmp_cleanup_hierarchy() { machine_hierarchy.fini(); } in __kmp_cleanup_hierarchy()
|