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 D | sanitizer_allocator_testlib.cc | 82 struct AtExit { struct 83 ~AtExit() { in ~AtExit() argument 89 static AtExit at_exit;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 365 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 D | WebAssemblyLowerGlobalDtors.cpp | 123 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 D | ThreadSanitizer.cpp | 520 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 D | tsan_test_util_posix.cc | 42 static void AtExit() { in AtExit() function 54 atexit(AtExit); in TestMutexBeforeInit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 34 AtExit, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 247 CGF.StartFunction(GlobalDecl(&VD, DynamicInitKind::AtExit), in createAtExitStub()
|
| H A D | CGDebugInfo.cpp | 2147 case DynamicInitKind::AtExit: in getDynamicInitializerName()
|