Searched refs:inEnd (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 119 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/ |
D | FragmentLinker.cpp | 98 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()
|
D | FragmentGraph.cpp | 173 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/ |
D | Linker.cpp | 102 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/ |
D | MCLinker.cpp | 266 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/ |
D | ARMLDBackend.cpp | 959 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/ |
D | GNULDBackend.cpp | 2188 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout() local 2189 for (input = pModule.obj_begin(); input != inEnd; ++input) { in preLayout()
|