Searched refs:AtExit (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerGlobalDtors.cpp | 116 Constant *AtExit = M.getOrInsertFunction("__cxa_atexit", AtExitTy); in runOnModule() local 167 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 430 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local 431 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores() 508 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local 509 AtExit->CreateCall(TsanFuncExit, {}); in sanitizeFunction()
|