Searched refs:registerGlobalDtorWithAtExit (Results 1 – 4 of 4) sorted by relevance
322 void CodeGenFunction::registerGlobalDtorWithAtExit(const VarDecl &VD, in registerGlobalDtorWithAtExit() function in CodeGenFunction327 registerGlobalDtorWithAtExit(dtorStub); in registerGlobalDtorWithAtExit()339 void CodeGenFunction::registerGlobalDtorWithAtExit(llvm::Constant *dtorStub) { in registerGlobalDtorWithAtExit() function in CodeGenFunction
2778 CGF.registerGlobalDtorWithAtExit(Dtor); in registerGlobalDtorsWithAtExit()2819 CGF.registerGlobalDtorWithAtExit(D, dtor, addr); in registerGlobalDtor()4875 CGF.registerGlobalDtorWithAtExit(DtorStub); in registerGlobalDtor()
4594 void registerGlobalDtorWithAtExit(const VarDecl &D, llvm::FunctionCallee fn,4603 void registerGlobalDtorWithAtExit(llvm::Constant *dtorStub);
2377 CGF.registerGlobalDtorWithAtExit(D, Dtor, Addr); in registerGlobalDtor()