Searched refs:m_KeptSections (Results 1 – 2 of 2) sorted by relevance
61 candidate_list[i].initConstantContent(m_Backend, m_KeptSections); in foldIdenticalCode()78 KeptSections::iterator kept, keptEnd = m_KeptSections.end(); in foldIdenticalCode()80 for (kept = m_KeptSections.begin(); kept != keptEnd; ++kept, ++index) { in foldIdenticalCode()89 KeptSections::iterator it = m_KeptSections.begin() + kept_index; in foldIdenticalCode()109 size_t kept_index = m_KeptSections[sect].second; in foldIdenticalCode()110 LDSection* kept_sect = (*(m_KeptSections.begin() + kept_index)).first; in foldIdenticalCode()171 size_t index = m_KeptSections.size(); in findCandidates()172 m_KeptSections[candidate->first] = ObjectAndId(*obj, index); in findCandidates()188 m_Backend, m_KeptSections); in matchCandidates()202 m_KeptSections[pCandidateList[index].sect].second = kept_index; in matchCandidates()
75 KeptSections m_KeptSections; variable