Searched refs:getMethodVFTableLocation (Results 1 – 5 of 5) sorted by relevance
618 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
267 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in getThisArgumentTypeForMethod()1448 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in getVirtualFunctionPrologueThisAdjustment()1496 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in adjustThisArgumentForVirtualFunctionCall()1963 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD); in getVirtualFunctionPointer()2986 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
2244 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in CreateCXXMemberFunction()
845 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()943 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointerInClassNTTP()
3872 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation() function in MicrosoftVTableContext