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

Declarations

lib/ObjectYAML/ELFEmitter.cpp
  126   unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");

References

lib/ObjectYAML/ELFEmitter.cpp
  406       SHeader.sh_link = toSectionIndex(Sec->Link, Sec->Name);
  510       Symbol.st_shndx = toSectionIndex(Sym.Section, "", Sym.Name);
  560     SHeader.sh_link = toSectionIndex(RawSec->Link, RawSec->Name);
  749     SHeader.sh_info = toSectionIndex(Section.RelocatableSec, Section.Name);
  807       SectionIndex = toSectionIndex(Member.sectionNameOrType, Section.Name);