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

  /frameworks/compile/mclinker/include/mcld/MC/
MCDataFragment.h 41 typedef RelocationsType::const_iterator const_relocation_iterator; typedef in class:mcld::MCDataFragment
64 const_relocation_iterator relocation_begin() const { return m_Relocations.begin(); }
67 const_relocation_iterator relocation_end() const {return m_Relocations.end();}
MCInstFragment.h 43 typedef RelocationsType::const_iterator const_relocation_iterator; typedef in class:mcld::MCInstFragment
74 const_relocation_iterator relocation_begin() const { return m_Relocations.begin(); }
77 const_relocation_iterator relocation_end() const {return m_Relocations.end();}

Completed in 36 milliseconds