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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  668       IO, Record.getAccess(), MethodKind::Vanilla, MethodOptions::None);
  669   error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs));
  670   error(IO.mapInteger(Record.BaseType, "BaseType"));
  671   error(IO.mapInteger(Record.VBPtrType, "VBPtrType"));
  672   error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset"));
  673   error(IO.mapEncodedInteger(Record.VTableIndex, "VBTableIndex"));