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

Declarations

include/llvm/Object/ELF.h
  281   Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,

References

include/llvm/Object/ELF.h
  365   auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
tools/lld/ELF/InputFiles.cpp
  368       this->getObj().getSectionIndex(&sym, getELFSyms<ELFT>(), shndxTable),