Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp326 const_gvsummary_iterator IndexSummariesIter; member in __anon0d7702fd0111::IndexBitcodeWriter::iterator
356 IndexSummariesIter = in iterator()
358 IndexGVSummariesIter = !IsAtEnd ? IndexSummariesIter->second.begin() in iterator()
377 if (IndexGVSummariesIter == IndexSummariesIter->second.end() && in operator ++()
378 IndexSummariesIter != IndexSummariesBack) { in operator ++()
379 ++IndexSummariesIter; in operator ++()
380 IndexGVSummariesIter = IndexSummariesIter->second.begin(); in operator ++()
392 return std::make_pair(IndexSummariesIter->first, in operator *()
425 if (IndexSummariesIter != RHS.IndexSummariesIter) in operator ==()