Searched refs:registerGlobalDtorWithAtExit (Results 1 – 4 of 4) sorted by relevance
329 void CodeGenFunction::registerGlobalDtorWithAtExit(const VarDecl &VD, in registerGlobalDtorWithAtExit() function in CodeGenFunction334 registerGlobalDtorWithAtExit(dtorStub); in registerGlobalDtorWithAtExit()347 void CodeGenFunction::registerGlobalDtorWithAtExit(llvm::Constant *dtorStub) { in registerGlobalDtorWithAtExit() function in CodeGenFunction
3001 CGF.registerGlobalDtorWithAtExit(Dtor); in registerGlobalDtorsWithAtExit()3046 CGF.registerGlobalDtorWithAtExit(D, dtor, addr); in registerGlobalDtor()5219 CGF.registerGlobalDtorWithAtExit(DtorStub); in registerGlobalDtor()
5080 void registerGlobalDtorWithAtExit(const VarDecl &D, llvm::FunctionCallee fn,5089 void registerGlobalDtorWithAtExit(llvm::Constant *dtorStub);
2382 CGF.registerGlobalDtorWithAtExit(D, Dtor, Addr); in registerGlobalDtor()