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

/frameworks/compile/mclinker/include/mcld/LD/
H A DIdenticalCodeFolding.h67 void findCandidates(FoldingCandidates& pCandidateList);
69 bool matchCandidates(FoldingCandidates& pCandidateList);
/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 512 milliseconds