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

References

lib/ObjectYAML/ELFEmitter.cpp
  215       if (!Doc.Symbols && D->Link.empty())
  405     if (!Sec->Link.empty())
  406       SHeader.sh_link = toSectionIndex(Sec->Link, Sec->Name);
  557   if (RawSec && !RawSec->Link.empty()) {
  560     SHeader.sh_link = toSectionIndex(RawSec->Link, RawSec->Name);
  745   if (Section.Link.empty())
  754                                                  Section.Link == ".dynsym")
  852   if (Section.Link.empty() && SN2I.lookup(".dynsym", Link))
 1029   if (Section.Link.empty() && SN2I.lookup(".symtab", Link))
lib/ObjectYAML/ELFYAML.cpp
  993   IO.mapOptional("Link", Section.Link, StringRef());
tools/obj2yaml/elf2yaml.cpp
  474     S.Link = NameOrErr.get();