Home
last modified time | relevance | path

Searched refs:getMethodVFTableLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DVTableBuilder.h542 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp221 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD); in getThisArgumentTypeForMethod()
1280 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in getVirtualFunctionPrologueThisAdjustment()
1329 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in adjustThisArgumentForVirtualFunctionCall()
1815 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
2688 VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
/external/clang/lib/AST/
DMicrosoftMangle.cpp566 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()
2456 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleVirtualMemPtrThunk()
DVTableBuilder.cpp3741 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation() function in MicrosoftVTableContext