Home
last modified time | relevance | path

Searched refs:EntryIF (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h30 class EntryIF
33 EntryIF();
36 virtual ~EntryIF();
38 virtual EntryIF* clone() const = 0;
52 class Entry<32, true> : public EntryIF
89 class Entry<64, true> : public EntryIF
136 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;
190 elf_dynamic::EntryIF* m_pEntryFactory;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp23 EntryIF::EntryIF() in EntryIF() function in EntryIF
27 EntryIF::~EntryIF() in ~EntryIF()