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

/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h40 typedef RelocationListType::iterator reloc_iterator; typedef in class:mcld::BranchIsland
68 reloc_iterator reloc_begin() { return m_Relocations.begin(); }
72 reloc_iterator reloc_end() { return m_Relocations.end(); }
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp834 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end();
912 BranchIsland::reloc_iterator iter, iterEnd = island.reloc_end();

Completed in 427 milliseconds