Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp351 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/
DShadowStackGCLowering.cpp448 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/
DWebAssemblyLowerGlobalDtors.cpp119 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/
DThreadSanitizer.cpp400 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/
Dtsan_test_util_posix.cc87 static void AtExit() { in AtExit() function
99 atexit(AtExit); in TestMutexBeforeInit()