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

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

Completed in 131 milliseconds