Searched refs:obj_iterator (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ |
D | Module.h | 37 typedef ObjectList::iterator obj_iterator; typedef 79 obj_iterator obj_begin() { return m_ObjectList.begin(); } in obj_begin() 81 obj_iterator obj_end() { return m_ObjectList.end(); } in obj_end()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 127 Module::obj_iterator input, inEnd = m_Module.obj_end(); in setUpReachedSections() 184 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in getEntrySections() 328 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in stripSections() 346 Module::obj_iterator input, inEnd = m_Module.obj_end(); in stripSections()
|
D | IdenticalCodeFolding.cpp | 120 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in findCandidates()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMException.cpp | 54 for (Module::obj_iterator it = pModule.obj_begin(), in create()
|
D | ARMLDBackend.cpp | 824 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 339 Module::obj_iterator obj, objEnd = m_pModule->obj_end(); in mergeSections() 583 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in scanRelocations() 787 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in relocation() 872 Module::obj_iterator input, inEnd = m_pModule->obj_end(); in normalSyncRelocationResult()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 377 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 552 Module::obj_iterator input, inEnd = pModule.obj_end(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 802 for (Module::obj_iterator input = pModule.obj_begin(); in doRelax()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 2517 Module::obj_iterator input, inEnd = pModule.obj_end(); in preLayout()
|