HomeSort by relevance Sort by last modified time
    Searched refs:obj_begin (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/
Module.h 79 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } function in class:mcld::Module
80 obj_iterator obj_begin() { return m_ObjectList.begin(); } function in class:mcld::Module
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 139 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
198 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
339 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
357 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 307 for (obj = m_pModule->obj_begin(); obj != objEnd; ++obj) {
548 for (input = m_pModule->obj_begin(); input != inEnd; ++input) {
745 for (input = m_pModule->obj_begin(); input != inEnd; ++input) {
813 for (input = m_pModule->obj_begin(); input != inEnd; ++input) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 446 for (input = pModule.obj_begin(); input != inEnd; ++input) {
616 for (input = pModule.obj_begin(); input != inEnd; ++input) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 585 for (input = pModule.obj_begin(); input != inEnd; ++input) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 720 for (Module::obj_iterator input = pModule.obj_begin();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 295 milliseconds