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

References

tools/lld/ELF/InputFiles.cpp
  366 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const {
  983   ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
  995     const Elf_Sym &eSym = eSyms[i];
tools/lld/ELF/InputFiles.h
  216   uint32_t getSectionIndex(const Elf_Sym &sym) const;