Searched refs:const_reloc_iterator (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h41 typedef RelocationListType::const_iterator const_reloc_iterator; typedef in class:mcld::BranchIsland
70 const_reloc_iterator reloc_begin() const { return m_Relocations.begin(); }
74 const_reloc_iterator reloc_end() const { return m_Relocations.end(); }

Completed in 27 milliseconds