Home
last modified time | relevance | path

Searched refs:AtExit (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc82 struct AtExit { struct
83 ~AtExit() { in ~AtExit() argument
89 static AtExit at_exit;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp365 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local
369 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
371 Value *SavedHead = AtExit->CreateLoad(StackEntryTy->getPointerTo(), in runOnFunction()
373 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp123 FunctionCallee AtExit = M.getOrInsertFunction( in runOnModule() local
185 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp520 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local
521 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores()
603 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local
604 AtExit->CreateCall(TsanFuncExit, {}); in sanitizeFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc42 static void AtExit() { in AtExit() function
54 atexit(AtExit); in TestMutexBeforeInit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h34 AtExit, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp247 CGF.StartFunction(GlobalDecl(&VD, DynamicInitKind::AtExit), in createAtExitStub()
H A DCGDebugInfo.cpp2147 case DynamicInitKind::AtExit: in getDynamicInitializerName()