/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cpp | 79 struct AtExit { struct 80 ~AtExit() { in ~AtExit() argument 86 static AtExit at_exit;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 352 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local 356 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction() 358 Value *SavedHead = AtExit->CreateLoad(StackEntryTy->getPointerTo(), in runOnFunction() 360 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 352 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local 356 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction() 358 Value *SavedHead = AtExit->CreateLoad(StackEntryTy->getPointerTo(), in runOnFunction() 360 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 112 FunctionCallee AtExit = M.getOrInsertFunction( in runOnModule() local 167 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 448 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local 452 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction() 454 Value *SavedHead = AtExit->CreateLoad(EntryNextPtr2, "gc_savedhead"); in runOnFunction() 455 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 123 FunctionCallee AtExit = M.getOrInsertFunction( in runOnModule() local 185 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 433 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local 434 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores() 511 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local 512 AtExit->CreateCall(TsanFuncExit, {}); in sanitizeFunction()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
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()
|
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cpp | 43 static void AtExit() { in AtExit() function 55 atexit(AtExit); in TestMutexBeforeInit()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 87 static void AtExit() { in AtExit() function 99 atexit(AtExit); in TestMutexBeforeInit()
|
/external/llvm-project/clang/include/clang/AST/ |
D | GlobalDecl.h | 34 AtExit, enumerator
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 247 CGF.StartFunction(GlobalDecl(&VD, DynamicInitKind::AtExit), in createAtExitStub()
|
D | CGDebugInfo.cpp | 2087 case DynamicInitKind::AtExit: in getDynamicInitializerName()
|