Home
last modified time | relevance | path

Searched refs:createAtExitStub (Results 1 – 3 of 3) 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()