Home | History | Annotate | Download | only in CodeGen

Lines Matching full:vtables

280   /// Holds information about C++ vtables.
281 CodeGenVTables VTables;
334 /// A queue of (optional) vtables to consider emitting.
620 CodeGenVTables &getVTables() { return VTables; }
623 return VTables.getItaniumVTableContext();
627 return VTables.getMicrosoftVTableContext();
1199 /// Emit any vtables which we deferred and still have a use for.