Home | History | Annotate | Download | only in Mips

Lines Matching defs:it

103   for (MultipartListType::iterator it = m_MultipartList.begin();
104 it != m_MultipartList.end();
105 ++it) {
107 it->m_pLastLocal = &m_SectionData->back();
108 reserve(it->m_LocalNum);
109 it->m_pLastGlobal = &m_SectionData->back();
110 reserve(it->m_GlobalNum);
112 if (it == m_MultipartList.begin()) {
116 reserve(getGlobalNum() - it->m_GlobalNum);
121 size_t count = it->m_GlobalNum + it->m_LocalNum;
155 for (LocalSymbolSetType::iterator it = m_InputLocalSymbols.begin(),
157 it != end;
158 ++it)
159 m_MergedLocalSymbols.insert(*it);
163 for (SymbolUniqueMapType::iterator it = m_InputGlobalSymbols.begin(),
165 it != end;
166 ++it)
167 m_MergedGlobalSymbols.insert(it->first);
186 for (SymbolUniqueMapType::const_iterator it = m_InputGlobalSymbols.begin(),
188 it != end;
189 ++it) {
190 if (it->second)
228 // Remember that it exists in the current input too.
295 for (MultipartListType::const_iterator it = m_MultipartList.begin(),
297 it != ie;
298 ++it) {
299 if (it->m_Inputs.count(&pInput))
302 gotSize += (MipsGOT0Num + it->m_LocalNum + it->m_GlobalNum);
303 if (it == m_MultipartList.begin())
304 gotSize += getGlobalNum() - it->m_GlobalNum;
328 GotEntryMapType::iterator it = m_GotGlobalEntriesMap.find(key);
330 if (it == m_GotGlobalEntriesMap.end())
333 return it->second;
352 GotEntryMapType::iterator it = m_GotLocalEntriesMap.find(key);
354 if (it == m_GotLocalEntriesMap.end())
357 return it->second;
383 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
384 Mips32GOTEntry* got = &(llvm::cast<Mips32GOTEntry>((*it)));
418 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
419 Mips64GOTEntry* got = &(llvm::cast<Mips64GOTEntry>((*it)));