Home
last modified time | relevance | path

Searched refs:inEnd (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp119 Module::input_iterator input, inEnd = m_pModule->input_end(); in normalize() local
120 for (input = m_pModule->input_begin(); input!=inEnd; ++input) { in normalize()
225 mcld::InputTree::bfs_iterator input, inEnd = m_pModule->getInputTree().bfs_end(); in readRelocations() local
226 for (input=m_pModule->getInputTree().bfs_begin(); input!=inEnd; ++input) { in readRelocations()
334 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in scanRelocations() local
335 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in scanRelocations()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentLinker.cpp98 Module::obj_iterator input, inEnd = m_Module.obj_end(); in applyRelocations() local
99 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in applyRelocations()
146 Module::obj_iterator input, inEnd = m_Module.obj_end(); in normalSyncRelocationResult() local
147 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in normalSyncRelocationResult()
DFragmentGraph.cpp173 Module::obj_iterator input, inEnd = pModule.obj_end(); in createRegularEdges() local
174 for (input = pModule.obj_begin(); input != inEnd; ++input) { in createRegularEdges()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp102 InputTree::const_dfs_iterator input, inEnd = pModule.getInputTree().dfs_end(); in resolve() local
103 for (input=pModule.getInputTree().dfs_begin(); input!=inEnd; ++input) { in resolve()
/frameworks/compile/mclinker/lib/CodeGen/
DMCLinker.cpp266 cl::list<mcld::sys::fs::Path>::iterator input, inBegin, inEnd; in initializeInputTree() local
268 inEnd = ArgInputObjectFiles.end(); in initializeInputTree()
269 for (input = inBegin; input != inEnd; ++input) { in initializeInputTree()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp959 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax() local
960 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2188 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout() local
2189 for (input = pModule.obj_begin(); input != inEnd; ++input) { in preLayout()