Home
last modified time | relevance | path

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

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