Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFDynamic.h33 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;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp24 EntryIF::EntryIF() in EntryIF() function in EntryIF
28 EntryIF::~EntryIF() in ~EntryIF()