Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDeclCXX.cpp194 llvm::Constant *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction
231 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
DCodeGenFunction.h3087 llvm::Constant *createAtExitStub(const VarDecl &VD, llvm::Constant *Dtor,
DMicrosoftCXXABI.cpp2178 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()
/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp230 llvm::Function *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction
270 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
DCodeGenFunction.h4292 llvm::Function *createAtExitStub(const VarDecl &VD, llvm::FunctionCallee Dtor,
DItaniumCXXABI.cpp4632 llvm::Function *dtorStub = CGF.createAtExitStub(D, dtor, addr); in registerGlobalDtor()
DMicrosoftCXXABI.cpp2309 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()