Home
last modified time | relevance | path

Searched refs:fini (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/lld/test/ELF/
H A Dshuffle-sections-init-fini.s5 # 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 Dgc-sections.s15 # NOGC: Name: .fini
49 # GC1: Name: .fini
73 # GC2: Name: .fini
153 .section .fini,"ax"
H A Dicf6.s16 .section .fini, "ax"
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dlower-ctor-dtor.ll10 ; 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 Dlower-multiple-ctor-dtor.ll11 ; 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 Dhsa-metadata-from-llvm-ctor-dtor-list.ll36 ; CHECK: .kind: fini
37 ; CHECK: .name: amdgcn.device.fini
H A Dlower-ctor-dtor-declaration.ll8 ; CHECK-NOT: amdgcn.device.fini
H A Dlower-empty-ctor-dtor.ll9 ; CHECK-NOT: amdgcn.device.fini
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dinit_fini_sections.cpp11 static void fini() { in fini() function
27 void (*call_foo_3)(void) = &fini;
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dinit-fini.ll5 ;; 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 Dprint-shift.ll29 br i1 %done, label %fini, label %shl_test
31 fini: ; preds = %shl_test
H A Dprint-mul.ll28 br i1 %done, label %fini, label %shl_test
30 fini: ; preds = %shl_test
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dplt-got-sec.yaml27 LastSec: .fini
209 - Name: .fini
509 - Name: .fini
589 - Name: .fini
591 Section: .fini
732 Section: .fini
H A Dplt-sec.yaml27 LastSec: .fini
209 - Name: .fini
509 - Name: .fini
589 - Name: .fini
591 Section: .fini
732 Section: .fini
H A Dplt-sec-8-byte.yaml183 - Name: .fini
1067 - Name: .fini
1069 Section: .fini
1343 Section: .fini
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dsection.s23 .section .fini
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-dwarf.yaml230 - Name: .fini
458 - Name: .fini
460 Section: .fini
609 Section: .fini
/llvm-project-15.0.7/lld/ELF/
H A DMarkLive.cpp241 markSymbol(symtab->find(config->fini)); in run()
H A DConfig.h117 llvm::StringRef fini; member
H A DOptions.td214 defm fini: Eq<"fini", "Specify a finalizer function">, MetaVarName<"<symbol>">;
H A DDriver.cpp1080 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 DSyntheticSections.cpp1498 if (Symbol *b = symtab->find(config->fini)) in computeContents()
/llvm-project-15.0.7/llvm/docs/
H A DDebuggingJITedCode.rst147 …ain at lli.cpp:387), argc=4, argv=0x00007fffffffe118, init=<unavailable>, fini=<unavailable>, rtld…
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h1055 void fini() { in fini() function
H A Dkmp_affinity.cpp39 void __kmp_cleanup_hierarchy() { machine_hierarchy.fini(); } in __kmp_cleanup_hierarchy()

12