Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGVTables.h75 MicrosoftVTableContext &getMicrosoftVTableContext() { in getMicrosoftVTableContext() function
DMicrosoftCXXABI.cpp221 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD); in getThisArgumentTypeForMethod()
322 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); in getAddrOfVirtualDisplacementMap()
1054 CGM.getMicrosoftVTableContext().getVBTableIndex(ClassDecl, BaseClassDecl); in GetVirtualBaseClassOffset()
1277 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in getVirtualFunctionPrologueThisAdjustment()
1326 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD); in adjustThisArgumentForVirtualFunctionCall()
1552 MicrosoftVTableContext &VFTContext = CGM.getMicrosoftVTableContext(); in emitVTableDefinitions()
1632 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext(); in getAddrOfVTable()
1814 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in getVirtualFunctionPointer()
1870 MicrosoftVTableContext &Context = CGM.getMicrosoftVTableContext(); in enumerateVBTables()
2013 MicrosoftVTableContext &Context = CGM.getMicrosoftVTableContext(); in emitVBTableDefinition()
[all …]
DCodeGenModule.h632 MicrosoftVTableContext &getMicrosoftVTableContext() { in getMicrosoftVTableContext() function
633 return VTables.getMicrosoftVTableContext(); in getMicrosoftVTableContext()
DCGDebugInfo.cpp1262 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD); in CreateCXXMemberFunction()
1373 4 * CGM.getMicrosoftVTableContext().getVBTableIndex(RD, Base); in CollectCXXBases()