Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp79 struct AtExit { struct
80 ~AtExit() { in ~AtExit() argument
86 static AtExit at_exit;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp365 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local
369 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
371 Value *SavedHead = AtExit->CreateLoad(StackEntryTy->getPointerTo(), in runOnFunction()
373 AtExit->CreateStore(SavedHead, Head); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerGlobalDtors.cpp137 FunctionCallee AtExit = M.getOrInsertFunction( in runImpl() local
198 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp497 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local
498 InstrumentationIRBuilder::ensureDebugInfo(*AtExit, F); in InsertRuntimeIgnores()
499 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores()
588 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local
589 InstrumentationIRBuilder::ensureDebugInfo(*AtExit, F); in sanitizeFunction()
590 AtExit->CreateCall(TsanFuncExit, {}); in sanitizeFunction()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp44 static void AtExit() { in AtExit() function
56 atexit(AtExit); in TestMutexBeforeInit()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h35 AtExit, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDeclCXX.cpp250 CGF.StartFunction(GlobalDecl(&VD, DynamicInitKind::AtExit), in createAtExitStub()
272 llvm::FunctionCallee &AtExit) { in createTLSAtExitStub() argument
298 CGF.StartFunction(GlobalDecl(&D, DynamicInitKind::AtExit), ResTy, DtorStub, in createTLSAtExitStub()
H A DItaniumCXXABI.cpp4752 llvm::FunctionCallee AtExit = in registerGlobalDtor() local
4756 llvm::Function *DtorStub = CGF.createTLSAtExitStub(D, Dtor, Addr, AtExit); in registerGlobalDtor()
4761 CGF.EmitNounwindRuntimeCall(AtExit, {NV, DtorStub}); in registerGlobalDtor()
H A DCodeGenFunction.h4436 llvm::FunctionCallee &AtExit);
H A DCGDebugInfo.cpp2255 case DynamicInitKind::AtExit: in getDynamicInitializerName()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp556 FunctionCallee AtExit = M.getOrInsertFunction("atexit", AtExitTy); in createRegisterFatbinFunction() local
575 CtorBuilder.CreateCall(AtExit, DtorFunc); in createRegisterFatbinFunction()