reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  247   uint16_t Props = static_cast<uint16_t>(Class.getOptions());
  248   W->printNumber("MemberCount", Class.getMemberCount());
  250   printTypeIndex("FieldList", Class.getFieldList());
  251   printTypeIndex("DerivedFrom", Class.getDerivationList());
  252   printTypeIndex("VShape", Class.getVTableShape());
  253   W->printNumber("SizeOf", Class.getSize());
  254   W->printString("Name", Class.getName());
  256     W->printString("LinkageName", Class.getUniqueName());