Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h131 virtual bool hasMostDerivedReturn(GlobalDecl GD) const { return false; } in hasMostDerivedReturn() function
H A DCGVTables.cpp263 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in StartThunk()
378 : CGM.getCXXABI().hasMostDerivedReturn(CurGD) in EmitCallAndReturnForThunk()
H A DMicrosoftCXXABI.cpp58 bool hasMostDerivedReturn(GlobalDecl GD) const override;
1102 bool MicrosoftCXXABI::hasMostDerivedReturn(GlobalDecl GD) const { in hasMostDerivedReturn() function in MicrosoftCXXABI
1605 if (HasThisReturn(CGF.CurGD) || hasMostDerivedReturn(CGF.CurGD)) in EmitInstanceFunctionProlog()
H A DCGCall.cpp377 : getCXXABI().hasMostDerivedReturn(GD) in arrangeCXXStructorDeclaration()
441 : getCXXABI().hasMostDerivedReturn(GD) in arrangeCXXConstructorCall()
H A DCodeGenFunction.cpp1388 else if (CGM.getCXXABI().hasMostDerivedReturn(GD)) in BuildFunctionArgList()