Home
last modified time | relevance | path

Searched refs:createAtExitStub (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp230 llvm::Function *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction
270 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
H A DCodeGenFunction.h4363 llvm::Function *createAtExitStub(const VarDecl &VD, llvm::FunctionCallee Dtor,
H A DItaniumCXXABI.cpp4740 llvm::Function *dtorStub = CGF.createAtExitStub(D, dtor, addr); in registerGlobalDtor()
H A DMicrosoftCXXABI.cpp2320 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()