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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  431       getFlagNames(IO, static_cast<uint16_t>(Record.Options),
  433   error(IO.mapInteger(Record.MemberCount, "NumEnumerators"));
  434   error(IO.mapEnum(Record.Options, "Properties" + PropertiesNames));
  435   error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType"));
  436   error(IO.mapInteger(Record.FieldList, "FieldListType"));
  437   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  437   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  438                              Record.hasUniqueName()));