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

References

lib/ObjectYAML/ELFEmitter.cpp
  208   for (std::unique_ptr<ELFYAML::Section> &D : Doc.Sections) {
  220   if (Doc.Sections.empty() || Doc.Sections.front()->Type != ELF::SHT_NULL)
  220   if (Doc.Sections.empty() || Doc.Sections.front()->Type != ELF::SHT_NULL)
  221     Doc.Sections.insert(
  222         Doc.Sections.begin(),
  243     Doc.Sections.push_back(std::move(Sec));
  281       Doc.Header.SHNum ? (uint16_t)*Doc.Header.SHNum : Doc.Sections.size();
  378   SHeaders.resize(Doc.Sections.size());
  380   for (size_t I = 0; I < Doc.Sections.size(); ++I) {
  381     ELFYAML::Section *Sec = Doc.Sections[I].get();
 1095   for (unsigned I = 0, E = Doc.Sections.size(); I != E; ++I) {
 1096     StringRef Name = Doc.Sections[I]->Name;
 1136   for (const std::unique_ptr<ELFYAML::Section> &Sec : Doc.Sections) {
lib/ObjectYAML/ELFYAML.cpp
 1412   IO.mapOptional("Sections", Object.Sections);
tools/obj2yaml/elf2yaml.cpp
  223       Y->Sections.emplace_back(*SecOrErr);
  236       Y->Sections.emplace_back(*SecOrErr);
  244       Y->Sections.emplace_back(*SecOrErr);
  251       Y->Sections.emplace_back(*GroupOrErr);
  258       Y->Sections.emplace_back(*SecOrErr);
  265       Y->Sections.emplace_back(*SecOrErr);
  272       Y->Sections.emplace_back(*SecOrErr);
  279       Y->Sections.emplace_back(*SecOrErr);
  286       Y->Sections.emplace_back(*SecOrErr);
  293       Y->Sections.emplace_back(*SecOrErr);
  300       Y->Sections.emplace_back(*SecOrErr);
  307       Y->Sections.emplace_back(*SecOrErr);
  329           Y->Sections.emplace_back(*SpecialSecOrErr);
  338       Y->Sections.emplace_back(*SecOrErr);