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

/external/clang/lib/CodeGen/
H A DCGVTables.h75 MicrosoftVTableContext &getMicrosoftVTableContext() { function in class:clang::CodeGen::CodeGenVTables
H A DMicrosoftCXXABI.cpp221 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD);
322 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext();
1055 CGM.getMicrosoftVTableContext().getVBTableIndex(ClassDecl, BaseClassDecl);
1280 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD);
1329 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD);
1562 MicrosoftVTableContext &VFTContext = CGM.getMicrosoftVTableContext();
1640 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext();
1815 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD);
1865 MicrosoftVTableContext &Context = CGM.getMicrosoftVTableContext();
2008 MicrosoftVTableContext &Context = CGM.getMicrosoftVTableContext();
[all...]
H A DCodeGenModule.h626 MicrosoftVTableContext &getMicrosoftVTableContext() { function in class:clang::CodeGen::CodeGenModule
627 return VTables.getMicrosoftVTableContext();
H A DCGDebugInfo.cpp1263 4 * CGM.getMicrosoftVTableContext().getVBTableIndex(RD, Base);

Completed in 152 milliseconds