HomeSort by relevance Sort by last modified time
    Searched refs:EntryIF (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 29 /** \class EntryIF
30 * \brief EntryIF provides a common interface for one entry in the dynamic
33 class EntryIF
36 EntryIF();
39 virtual ~EntryIF();
41 virtual EntryIF* clone() const = 0;
55 class Entry<32, true> : public EntryIF
92 class Entry<64, true> : public EntryIF
139 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;
191 elf_dynamic::EntryIF* m_pEntryFactory
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 22 // elf_dynamic::EntryIF
24 EntryIF::EntryIF()
28 EntryIF::~EntryIF()

Completed in 301 milliseconds