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

Declarations

include/llvm/Object/ELF.h
  124   Expected<const T *> getEntry(uint32_t Section, uint32_t Entry) const;

References

include/llvm/Object/ELFObjectFile.h
  403     auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
  928   auto Ret = EF.template getEntry<Elf_Rel>(Rel.d.a, Rel.d.b);
  938   auto Ret = EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b);