Searched refs:EntryIF (Results 1 – 2 of 2) sorted by relevance
30 class EntryIF {32 EntryIF();35 virtual ~EntryIF();37 virtual EntryIF* clone() const = 0;50 class Entry<32, true> : public EntryIF {81 class Entry<64, true> : public EntryIF {121 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;175 elf_dynamic::EntryIF* m_pEntryFactory;
24 EntryIF::EntryIF() { in EntryIF() function in mcld::elf_dynamic::EntryIF27 EntryIF::~EntryIF() { in ~EntryIF()