Home
last modified time | relevance | path

Searched refs:obj_begin (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp128 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in setUpReachedSections()
186 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in getEntrySections()
329 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in stripSections()
347 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in stripSections()
DIdenticalCodeFolding.cpp121 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in findCandidates()
/frameworks/compile/mclinker/include/mcld/
DModule.h78 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } in obj_begin() function
79 obj_iterator obj_begin() { return m_ObjectList.begin(); } in obj_begin() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp54 for (Module::obj_iterator it = pModule.obj_begin(), in create()
DARMLDBackend.cpp561 for (input = pModule.obj_begin(); input != inEnd; ++input) { in setUpReachedSectionsForGC()
825 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp340 for (obj = m_pModule->obj_begin(); obj != objEnd; ++obj) { in mergeSections()
584 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in scanRelocations()
788 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in relocation()
873 for (input = m_pModule->obj_begin(); input != inEnd; ++input) { in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp378 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp553 for (input = pModule.obj_begin(); input != inEnd; ++input) { in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp802 for (Module::obj_iterator input = pModule.obj_begin(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2044 for (obj = pModule.obj_begin(); obj != objEnd; ++obj) { in setupGNUStackInfo()
2518 for (input = pModule.obj_begin(); input != inEnd; ++input) { in preLayout()