Searched refs:AtExit (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 366 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local 370 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction() 372 Value *SavedHead = AtExit->CreateLoad(StackEntryTy->getPointerTo(), in runOnFunction() 374 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerGlobalDtors.cpp | 123 FunctionCallee AtExit = M.getOrInsertFunction( in runOnModule() local 185 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 550 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local 551 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores() 633 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local 634 AtExit->CreateCall(TsanFuncExit, {}); in sanitizeFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 34 AtExit, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 247 CGF.StartFunction(GlobalDecl(&VD, DynamicInitKind::AtExit), in createAtExitStub() 269 llvm::FunctionCallee &AtExit) { in createTLSAtExitStub() argument 295 CGF.StartFunction(GlobalDecl(&D, DynamicInitKind::AtExit), ResTy, DtorStub, in createTLSAtExitStub()
|
| H A D | ItaniumCXXABI.cpp | 4788 llvm::FunctionCallee AtExit = in registerGlobalDtor() local 4792 llvm::Function *DtorStub = CGF.createTLSAtExitStub(D, Dtor, Addr, AtExit); in registerGlobalDtor() 4797 CGF.EmitNounwindRuntimeCall(AtExit, {NV, DtorStub}); in registerGlobalDtor()
|
| H A D | CodeGenFunction.h | 4370 llvm::FunctionCallee &AtExit);
|
| H A D | CGDebugInfo.cpp | 2128 case DynamicInitKind::AtExit: in getDynamicInitializerName()
|