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

References

lib/ObjectYAML/ELFYAML.cpp
  989   IO.mapOptional("Name", Section.Name, StringRef());
  990   IO.mapRequired("Type", Section.Type);
  991   IO.mapOptional("Flags", Section.Flags);
  992   IO.mapOptional("Address", Section.Address, Hex64(0));
  993   IO.mapOptional("Link", Section.Link, StringRef());
  994   IO.mapOptional("AddressAlign", Section.AddressAlign, Hex64(0));
  995   IO.mapOptional("EntSize", Section.EntSize);
 1000   assert(!IO.outputting() ||
 1002   IO.mapOptional("ShName", Section.ShName);
 1003   IO.mapOptional("ShOffset", Section.ShOffset);
 1004   IO.mapOptional("ShSize", Section.ShSize);