Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp83 size_t kept_index = (*kept).second.second; in foldIdenticalCode() local
84 if (index != 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() local
110 LDSection* kept_sect = (*(m_KeptSections.begin() + kept_index)).first; in foldIdenticalCode()
200 size_t kept_index = (*it).second; in matchCandidates() local
201 if (contents[index].compare(contents[kept_index]) == 0) { in matchCandidates()
202 m_KeptSections[pCandidateList[index].sect].second = kept_index; in matchCandidates()