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

Declarations

include/llvm/Object/ELF.h
  297   Expected<StringRef> getSectionName(const Elf_Shdr *Section,

References

include/llvm/Object/ELF.h
  687   return getSectionName(Section, *Table);
tools/lld/ELF/InputFiles.cpp
  977   return CHECK(getObj().getSectionName(&sec, sectionStringTable), this);