Searched refs:createAtExitStub (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 194 llvm::Constant *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction 231 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
|
D | CodeGenFunction.h | 3087 llvm::Constant *createAtExitStub(const VarDecl &VD, llvm::Constant *Dtor,
|
D | MicrosoftCXXABI.cpp | 2178 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 230 llvm::Function *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction 270 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
|
D | CodeGenFunction.h | 4292 llvm::Function *createAtExitStub(const VarDecl &VD, llvm::FunctionCallee Dtor,
|
D | ItaniumCXXABI.cpp | 4632 llvm::Function *dtorStub = CGF.createAtExitStub(D, dtor, addr); in registerGlobalDtor()
|
D | MicrosoftCXXABI.cpp | 2309 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()
|