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

References

lib/ObjectYAML/ELFEmitter.cpp
  748   if (!Section.RelocatableSec.empty())
  749     SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name);
lib/ObjectYAML/ELFYAML.cpp
 1066   IO.mapOptional("Info", Section.RelocatableSec, StringRef());
tools/obj2yaml/elf2yaml.cpp
  505   S.RelocatableSec = NameOrErr.get();