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

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h29 /** \class EntryIF
30 * \brief EntryIF provides a common interface for one entry in the dynamic
33 class EntryIF class in namespace:mcld::elf_dynamic
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_pEntryFactor
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp22 // elf_dynamic::EntryIF
24 EntryIF::EntryIF() function in class:EntryIF
28 EntryIF::~EntryIF()

Completed in 65 milliseconds