Lines Matching refs:m_Module
101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) { in GarbageCollection()
111 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap); in run()
127 Module::obj_iterator input, inEnd = m_Module.obj_end(); in setUpReachedSections()
128 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in setUpReachedSections()
184 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in getEntrySections()
185 SectionMap& sect_map = m_Module.getScript().sectionMap(); in getEntrySections()
186 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in getEntrySections()
207 info_end = m_Module.getNamePool().syminfo_end(); in getEntrySections()
208 for (info_it = m_Module.getNamePool().syminfo_begin(); info_it != info_end; in getEntrySections()
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module)); in getEntrySections()
242 info_end = m_Module.getNamePool().syminfo_end(); in getEntrySections()
243 for (info_it = m_Module.getNamePool().syminfo_begin(); in getEntrySections()
273 LDSymbol* sym = m_Module.getNamePool().findSymbol(*usym); in getEntrySections()
328 Module::obj_iterator obj, objEnd = m_Module.obj_end(); in stripSections()
329 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) { in stripSections()
346 Module::obj_iterator input, inEnd = m_Module.obj_end(); in stripSections()
347 for (input = m_Module.obj_begin(); input != inEnd; ++input) { in stripSections()