Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h521 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp172 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD); in getThisArgumentTypeForMethod()
1239 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in getVirtualFunctionPrologueThisAdjustment()
1289 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in adjustThisArgumentForVirtualFunctionCall()
1761 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
2625 VTableContext.getMethodVFTableLocation(MD); in EmitMemberFunctionPointer()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp564 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleMemberFunctionPointer()
2328 VTContext->getMethodVFTableLocation(GlobalDecl(MD)); in mangleVirtualMemPtrThunk()
HDVTableBuilder.cpp3799 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { in getMethodVFTableLocation() function in MicrosoftVTableContext