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

References

lib/ObjectYAML/ELFEmitter.cpp
 1037   for (const ELFYAML::AddrsigSymbol &Sym : *Section.Symbols) {
lib/ObjectYAML/ELFYAML.cpp
 1085   IO.mapOptional("Symbols", Section.Symbols);
 1261     if (!Sec->Symbols && !Sec->Content && !Sec->Size)
 1270       if (Sec->Symbols)
 1275     if (!Sec->Symbols)
 1278     for (const ELFYAML::AddrsigSymbol &AS : *Sec->Symbols)
tools/obj2yaml/elf2yaml.cpp
  574     S->Symbols = std::move(Symbols);