Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp318 void CodeGenFunction::registerGlobalDtorWithAtExit(const VarDecl &VD, in registerGlobalDtorWithAtExit() function in CodeGenFunction
323 registerGlobalDtorWithAtExit(dtorStub); in registerGlobalDtorWithAtExit()
326 void CodeGenFunction::registerGlobalDtorWithAtExit(llvm::Constant *dtorStub) { in registerGlobalDtorWithAtExit() function in CodeGenFunction
H A DItaniumCXXABI.cpp2722 CGF.registerGlobalDtorWithAtExit( in registerGlobalDtorsWithAtExit()
2756 CGF.registerGlobalDtorWithAtExit(D, dtor, addr); in registerGlobalDtor()
4807 CGF.registerGlobalDtorWithAtExit(DtorStub); in registerGlobalDtor()
H A DCodeGenFunction.h4374 void registerGlobalDtorWithAtExit(const VarDecl &D, llvm::FunctionCallee fn,
4378 void registerGlobalDtorWithAtExit(llvm::Constant *dtorStub);
H A DMicrosoftCXXABI.cpp2345 CGF.registerGlobalDtorWithAtExit(D, Dtor, Addr); in registerGlobalDtor()