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 26 /** \class EntryIF
27 * \brief EntryIF provides a common interface for one entry in the dynamic
30 class EntryIF {
32 EntryIF();
35 virtual ~EntryIF();
37 virtual EntryIF* clone() const = 0;
50 class Entry<32, true> : public EntryIF {
81 class Entry<64, true> : public EntryIF {
121 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;
175 elf_dynamic::EntryIF* m_pEntryFactory
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 22 // elf_dynamic::EntryIF
24 EntryIF::EntryIF() {
27 EntryIF::~EntryIF() {

Completed in 105 milliseconds