| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_testlib.cpp | 79 struct AtExit { struct 80 ~AtExit() { in ~AtExit() argument 86 static AtExit at_exit;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 365 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LowerGlobalDtors.cpp | 137 FunctionCallee AtExit = M.getOrInsertFunction( in runImpl() local 198 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runImpl()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 118 Error registerAtExit(ExecutorAddr HeaderAddr, void (*AtExit)(void)); 418 for (auto AtExit : JDS.AtExits) in dlcloseDeinitialize() local 419 AtExit(); in dlcloseDeinitialize() 559 void (*AtExit)(void)) { in registerAtExit() 567 I->second.AtExits.push_back(AtExit); in registerAtExit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 489 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local 490 InstrumentationIRBuilder::ensureDebugInfo(*AtExit, F); in InsertRuntimeIgnores() 491 AtExit->CreateCall(TsanIgnoreEnd); in InsertRuntimeIgnores() 580 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local 581 InstrumentationIRBuilder::ensureDebugInfo(*AtExit, F); in sanitizeFunction() 582 AtExit->CreateCall(TsanFuncExit, {}); in sanitizeFunction()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cpp | 44 static void AtExit() { in AtExit() function 56 atexit(AtExit); in TestMutexBeforeInit()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 35 AtExit, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 251 CGF.StartFunction(GlobalDecl(&VD, DynamicInitKind::AtExit), in createAtExitStub() 273 llvm::FunctionCallee &AtExit) { in createTLSAtExitStub() argument 299 CGF.StartFunction(GlobalDecl(&D, DynamicInitKind::AtExit), ResTy, DtorStub, in createTLSAtExitStub()
|
| H A D | ItaniumCXXABI.cpp | 4783 llvm::FunctionCallee AtExit = in registerGlobalDtor() local 4787 llvm::Function *DtorStub = CGF.createTLSAtExitStub(D, Dtor, Addr, AtExit); in registerGlobalDtor() 4792 CGF.EmitNounwindRuntimeCall(AtExit, {NV, DtorStub}); in registerGlobalDtor()
|
| H A D | CodeGenFunction.h | 4453 llvm::FunctionCallee &AtExit);
|
| H A D | CGDebugInfo.cpp | 2265 case DynamicInitKind::AtExit: in getDynamicInitializerName()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | OffloadWrapper.cpp | 556 FunctionCallee AtExit = M.getOrInsertFunction("atexit", AtExitTy); in createRegisterFatbinFunction() local 575 CtorBuilder.CreateCall(AtExit, DtorFunc); in createRegisterFatbinFunction()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq8.pod | 561 C<AtExit> module available from CPAN.
|