Lines Matching full:vtables
1 //===--- CGVTables.cpp - Emit LLVM Code for C++ vtables -------------------===//
492 // available_externally linkage together with vtables when optimizations are
688 // linkage construction vtable. The ABI only requires complete-object vtables
689 // to be the same for all instances of a type, not construction vtables.
781 // Cannot discard exported vtables.
784 // Imported vtables are available externally.
810 /// This is only called for vtables that _must_ be emitted (mainly due to key
811 /// functions). For weak vtables, CodeGen tracks when they are needed and
814 VTables.GenerateClassData(theClass);
889 VTables.GenerateClassData(RD);