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

References

lib/ObjectYAML/ELFEmitter.cpp
 1058   for (const ELFYAML::NoteEntry &NE : *Section.Notes) {
lib/ObjectYAML/ELFYAML.cpp
 1039   IO.mapOptional("Notes", Section.Notes);
 1286     if (!NS->Content && !NS->Size && !NS->Notes)
 1298     if (NS->Notes)
tools/obj2yaml/elf2yaml.cpp
  720   S->Notes = std::move(Entries);