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

References

lib/ObjectYAML/ELFEmitter.cpp
  509     if (!Sym.Section.empty())
  510       Symbol.st_shndx = toSectionIndex(Sym.Section, "", Sym.Name);
lib/ObjectYAML/ELFYAML.cpp
  963   IO.mapOptional("Section", Symbol.Section, StringRef());
  981   if (Symbol.Index && Symbol.Section.data())
tools/obj2yaml/elf2yaml.cpp
  406   S.Section = NameOrErr.get();