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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  124         IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions());
  125     error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs));
  128       error(IO.mapInteger(Padding));
  130     error(IO.mapInteger(Method.Type, "Type"));
  132       error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset"));
  133     } else if (IO.isReading())
  137       error(IO.mapStringZ(Method.Name, "Name"));