Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp218 llvm::Constant *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction
255 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
H A DCodeGenFunction.h3925 llvm::Constant *createAtExitStub(const VarDecl &VD, llvm::Constant *Dtor,
H A DMicrosoftCXXABI.cpp2228 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()