Searched refs:getMethodVFTableLocation (Results 1 – 5 of 5) sorted by relevance
542 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
221 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD); in getThisArgumentTypeForMethod()1277 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in getVirtualFunctionPrologueThisAdjustment()1326 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in adjustThisArgumentForVirtualFunctionCall()1814 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in getVirtualFunctionPointer()2696 VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
1262 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in CreateCXXMemberFunction()
602 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()2556 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleVirtualMemPtrThunk()
3742 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation() function in MicrosoftVTableContext