Home
last modified time | relevance | path

Searched refs:hasMostDerivedReturn (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGVTables.cpp222 : CGM.getCXXABI().hasMostDerivedReturn(GD) in StartThunk()
315 : CGM.getCXXABI().hasMostDerivedReturn(CurGD) in EmitCallAndReturnForThunk()
DCGCXXABI.h107 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() function
DMicrosoftCXXABI.cpp52 bool hasMostDerivedReturn(GlobalDecl GD) const override;
1075 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { in hasMostDerivedReturn() function in MicrosoftCXXABI
1435 else if (hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
DCGCall.cpp250 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXStructorDeclaration()
274 : TheCXXABI.hasMostDerivedReturn(GD) in arrangeCXXConstructorCall()
DCodeGenFunction.cpp918 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in GenerateCode()