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

  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 25 : m_Entry(pEntryFrag),
44 return ++iterator(&m_Entry);
49 return ++iterator(&m_Entry);
56 return m_Entry.getParent()->end();
63 return m_Entry.getParent()->end();
68 return m_Entry.getOffset() + m_Entry.size();
76 m_Entry.getNextNode()->getOffset();
120 SectionData* sd = m_Entry.getParent();
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 88 { return !m_Entry.empty(); }
91 { m_Entry = pEntry; }
94 { return m_Entry; }
330 std::string m_Entry;
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 157 Fragment& m_Entry; // entry fragment of the island

Completed in 1229 milliseconds