Home
last modified time | relevance | path

Searched refs:getVTables (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGVTables.cpp822 return !CGM.getVTables().isVTableExternal(RD); in shouldEmitVTableAtEndOfTranslationUnit()
HDCodeGenModule.h632 CodeGenVTables &getVTables() { return VTables; } in getVTables() function
HDCGClass.cpp329 CGM.getVTables().getSubVTTIndex(RD, BaseSubobject(Base, BaseOffset)); in GetVTTParameter()
339 VTT = CGM.getVTables().GetAddrOfVTT(RD); in GetVTTParameter()
HDItaniumCXXABI.cpp1369 CGM.getVTables().getSecondaryVirtualPointerIndex(VTableClass, Base); in getVTableAddressPointInStructor()
1479 CodeGenVTables &VTables = CGM.getVTables(); in emitVirtualInheritanceTables()
2426 if (CGM.getVTables().isVTableExternal(RD)) in ShouldUseExternalRTTIDescriptor()
HDCodeGenModule.cpp1526 getVTables().EmitThunks(GD); in EmitGlobalDefinition()
HDMicrosoftCXXABI.cpp3694 CGM.getVTables().EmitThunks(GlobalDecl(dtor, Dtor_Complete)); in emitCXXDestructor()