Searched defs:pCandidateList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp119 void IdenticalCodeFolding::findCandidates(FoldingCandidates& pCandidateList) { argument
173 pCandidateList.push_back(
180 bool IdenticalCodeFolding::matchCandidates(FoldingCandidates& pCandidateList) { argument
183 std::vector<std::string> contents(pCandidateList.size());
186 for (size_t index = 0; index < pCandidateList.size(); ++index) {
187 contents[index] = pCandidateList[index].getContentWithVariables(
202 m_KeptSections[pCandidateList[index].sect].second = kept_index;

Completed in 22 milliseconds