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

/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp83 size_t kept_index = (*kept).second.second; local
84 if (index != kept_index) {
89 KeptSections::iterator it = m_KeptSections.begin() + kept_index;
109 size_t kept_index = m_KeptSections[sect].second; local
110 LDSection* kept_sect = (*(m_KeptSections.begin() + kept_index)).first;
200 size_t kept_index = (*it).second; local
201 if (contents[index].compare(contents[kept_index]) == 0) {
202 m_KeptSections[pCandidateList[index].sect].second = kept_index;

Completed in 40 milliseconds