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

Declarations

include/llvm/Object/ELF.h
  278   Expected<StringRef> getSectionStringTable(

References

include/llvm/Object/ELF.h
  684   auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler);
tools/lld/ELF/InputFiles.cpp
  507       CHECK(obj.getSectionStringTable(objSections), this);