Fix vbtable indices when a class shares the vbptr with a non-virtual base
llvm-svn: 194082
This commit is contained in:
@@ -523,12 +523,12 @@ public:
|
||||
|
||||
CodeGenVTables &getVTables() { return VTables; }
|
||||
|
||||
ItaniumVTableContext &getVTableContext() {
|
||||
return VTables.getVTableContext();
|
||||
ItaniumVTableContext &getItaniumVTableContext() {
|
||||
return VTables.getItaniumVTableContext();
|
||||
}
|
||||
|
||||
MicrosoftVFTableContext &getVFTableContext() {
|
||||
return VTables.getVFTableContext();
|
||||
MicrosoftVTableContext &getMicrosoftVTableContext() {
|
||||
return VTables.getMicrosoftVTableContext();
|
||||
}
|
||||
|
||||
llvm::MDNode *getTBAAInfo(QualType QTy);
|
||||
|
||||
Reference in New Issue
Block a user