Home
last modified time | relevance | path

Searched defs:atexit (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lld/test/ELF/Inputs/
H A Dznotext-plt-relocations.s2 .global atexit symbol
4 atexit: label
/llvm-project/libc/test/IntegrationTest/
H A Dtest.cpp54 // This is needed if the test was compiled with '-fno-use-cxa-atexit'. in atexit() function
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/
H A DComplexPaddingTest.cpp8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
H A DSimplePaddingTest.cpp8 int atexit(at_exit_handler handler) { return 0; } in atexit() function
/llvm-project/libc/test/UnitTest/
H A DHermeticTestUtils.cpp74 // This is needed if the test was compiled with '-fno-use-cxa-atexit'. in atexit() function
/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp351 llvm::FunctionCallee atexit = registerGlobalDtorWithAtExit() local
[all...]
H A DItaniumCXXABI.cpp2701 llvm::FunctionCallee atexit = CGF.CGM.CreateRuntimeFunction(atexitTy, Name); emitGlobalDtorWithCXAAtExit() local
[all...]
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp379 INTERCEPTOR(int,atexit,void (* f)()) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp734 INTERCEPTOR(int,atexit,void (* func)()) global() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1299 INTERCEPTOR(int,atexit,void (* func)()) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp446 TSAN_INTERCEPTOR(int,atexit,void (* f)()) TSAN_INTERCEPTOR() argument