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

References

lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  421   IO.mapOptional("PtrParent", Symbol.Parent, 0U);
  422   IO.mapOptional("PtrEnd", Symbol.End, 0U);
  423   IO.mapRequired("CodeSize", Symbol.CodeSize);
  424   IO.mapOptional("Offset", Symbol.CodeOffset, 0U);
  425   IO.mapOptional("Segment", Symbol.Segment, uint16_t(0));
  426   IO.mapRequired("BlockName", Symbol.Name);