Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h105 MicrosoftVTableContext &getMicrosoftVTableContext() { in getMicrosoftVTableContext() function
H A DMicrosoftCXXABI.cpp238 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD); in getThisArgumentTypeForMethod()
342 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); in getAddrOfVirtualDisplacementMap()
1401 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in getVirtualFunctionPrologueThisAdjustment()
1449 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in adjustThisArgumentForVirtualFunctionCall()
1713 MicrosoftVTableContext &VFTContext = CGM.getMicrosoftVTableContext(); in emitVTableDefinitions()
1792 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); in getAddrOfVTable()
1929 MicrosoftVTableContext &VFTContext = CGM.getMicrosoftVTableContext(); in getVirtualFunctionPointer()
2009 MicrosoftVTableContext &Context = CGM.getMicrosoftVTableContext(); in enumerateVBTables()
2156 MicrosoftVTableContext &Context = CGM.getMicrosoftVTableContext(); in emitVBTableDefinition()
2865 auto &VTableContext = CGM.getMicrosoftVTableContext(); in EmitMemberFunctionPointer()
[all …]
H A DCodeGenModule.h734 MicrosoftVTableContext &getMicrosoftVTableContext() { in getMicrosoftVTableContext() function
735 return VTables.getMicrosoftVTableContext(); in getMicrosoftVTableContext()
H A DCGDebugInfo.cpp1703 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in CreateCXXMemberFunction()
1870 4 * CGM.getMicrosoftVTableContext().getVBTableIndex(RD, Base); in CollectCXXBasesAux()
2170 CGM.getMicrosoftVTableContext().getVFTableLayout(RD, CharUnits::Zero()); in CollectVTableInfo()