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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  417       getFlagNames(IO, static_cast<uint16_t>(Record.Options),
  419   error(IO.mapInteger(Record.MemberCount, "MemberCount"));
  420   error(IO.mapEnum(Record.Options, "Properties" + PropertiesNames));
  421   error(IO.mapInteger(Record.FieldList, "FieldList"));
  422   error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
  423   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  423   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  424                              Record.hasUniqueName()));