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

References

include/llvm/Object/ELF.h
  628   assert(Section.sh_type == ELF::SHT_SYMTAB_SHNDX);
  629   auto VOrErr = getSectionContentsAsArray<Elf_Word>(&Section);
  633   auto SymTableOrErr = object::getSection<ELFT>(Sections, Section.sh_link);