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());
  124         IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions());
  124         IO, Method.getAccess(), Method.getMethodKind(), Method.getOptions());
  125     error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs));
  130     error(IO.mapInteger(Method.Type, "Type"));
  131     if (Method.isIntroducingVirtual()) {
  132       error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset"));
  134       Method.VFTableOffset = -1;
  137       error(IO.mapStringZ(Method.Name, "Name"));