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

References

include/llvm/Object/ELF.h
  148   Expected<const Elf_Sym *> getRelocationSymbol(const Elf_Rel *Rel,
  172       return makeArrayRef<Elf_Sym>(nullptr, nullptr);
  173     return getSectionContentsAsArray<Elf_Sym>(Sec);
  281   Expected<uint32_t> getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
  283   Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym,
  286   Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym,
  291   Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
  336 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
  353 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab,
  363 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
  474   return getEntry<Elf_Sym>(SymTab, Index);
  644   uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym);