Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A 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()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp116 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 DThreadSanitizer.cpp430 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()