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

References

lib/ObjectYAML/ELFEmitter.cpp
  742   SHeader.sh_size = SHeader.sh_entsize * Section.Relocations.size();
  752   for (const auto &Rel : Section.Relocations) {
lib/ObjectYAML/ELFYAML.cpp
 1067   IO.mapOptional("Relocations", Section.Relocations);
tools/obj2yaml/elf2yaml.cpp
  620       S->Relocations.push_back(R);
  631       S->Relocations.push_back(R);