Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDeclCXX.cpp230 llvm::Function *CodeGenFunction::createAtExitStub(const VarDecl &VD, in createAtExitStub() function in CodeGenFunction
267 llvm::Constant *dtorStub = createAtExitStub(VD, dtor, addr); in registerGlobalDtorWithAtExit()
HDCodeGenFunction.h3966 llvm::Function *createAtExitStub(const VarDecl &VD, llvm::FunctionCallee Dtor,
HDMicrosoftCXXABI.cpp2273 llvm::Constant *DtorStub = CGF.createAtExitStub(VD, Dtor, Addr); in emitGlobalDtorWithTLRegDtor()