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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  656     io.mapRequired("name",         exp.name);
  657     io.mapOptional("offset",       exp.offset);
  658     io.mapOptional("kind",         exp.kind,
  660     if (!io.outputting() || exp.flags)
  661       io.mapOptional("flags",      exp.flags);
  662     io.mapOptional("other",        exp.otherOffset, Hex32(0));
  663     io.mapOptional("other-name",   exp.otherName, StringRef());