HomeSort by relevance Sort by last modified time
    Searched refs:EntryIF (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 30 /** \class EntryIF
31 * \brief EntryIF provides a common interface for one entry in the dynamic
34 class EntryIF
37 EntryIF();
40 virtual ~EntryIF();
42 virtual EntryIF* clone() const = 0;
56 class Entry<32, true> : public EntryIF
103 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;
163 elf_dynamic::EntryIF* m_pEntryFactory;
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 21 // elf_dynamic::EntryIF
22 EntryIF::EntryIF()
26 EntryIF::~EntryIF()

Completed in 29 milliseconds