Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VTables

291   /// Holds information about C++ vtables.
292 CodeGenVTables VTables;
335 /// A queue of (optional) vtables to consider emitting.
599 CodeGenVTables &getVTables() { return VTables; }
602 return VTables.getItaniumVTableContext();
606 return VTables.getMicrosoftVTableContext();
1118 /// Emit any vtables which we deferred and still have a use for.