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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
   57 template <class ELFT> class DyldELFObject : public ELFObjectFile<ELFT> {
   60   typedef Elf_Shdr_Impl<ELFT> Elf_Shdr;
   61   typedef Elf_Sym_Impl<ELFT> Elf_Sym;
   62   typedef Elf_Rel_Impl<ELFT, false> Elf_Rel;
   63   typedef Elf_Rel_Impl<ELFT, true> Elf_Rela;
   65   typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr;
   67   typedef typename ELFT::uint addr_type;
   69   DyldELFObject(ELFObjectFile<ELFT> &&Obj);
   84   static bool classof(const ELFObjectFile<ELFT> *v) {