Searched refs:getMethodVFTableLocation (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h555 MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp233 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD);
1372 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD);
1420 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD);
1883 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD);
2819 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD);
H A DCGDebugInfo.cpp1584 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp667 VTContext->getMethodVFTableLocation(GlobalDecl(MD));
H A DVTableBuilder.cpp3731 MicrosoftVTableContext::getMethodVFTableLocation(GlobalDecl GD) { function in class:MicrosoftVTableContext

Completed in 205 milliseconds