Searched refs:const_obj_iterator (Results 1 – 2 of 2) sorted by relevance
49 typedef ObjectList::const_iterator const_obj_iterator; typedef89 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } in obj_begin()91 const_obj_iterator obj_end () const { return m_ObjectList.end(); } in obj_end()
1883 Module::const_obj_iterator obj, objEnd = pModule.obj_end(); in setupGNUStackInfo()