Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp230 llvm::Function *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction
322 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
H A DCodeGenFunction.h4364 llvm::Function *createAtExitStub(const VarDecl &VD, llvm::FunctionCallee Dtor,
H A DMicrosoftCXXABI.cpp2320 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()
H A DItaniumCXXABI.cpp4804 llvm::Function *DtorStub = CGF.createAtExitStub(D, Dtor, Addr); in registerGlobalDtor()