Searched refs:AtExit (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 351 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local 355 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction() 357 Value *SavedHead = AtExit->CreateLoad(EntryNextPtr2, "gc_savedhead"); in runOnFunction() 358 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 119 Constant *AtExit = M.getOrInsertFunction("__cxa_atexit", AtExitTy); in runOnModule() local 171 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 400 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local 401 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores() 479 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local 480 AtExit->CreateCall(TsanFuncExit, {}); in runOnFunction()
|
/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()
|