Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h31 class IdenticalCodeFolding {
45 const IdenticalCodeFolding::KeptSections& pKeptSections);
48 const IdenticalCodeFolding::KeptSections& pKeptSections);
60 IdenticalCodeFolding(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp48 IdenticalCodeFolding::IdenticalCodeFolding(const LinkerConfig& pConfig, in IdenticalCodeFolding() function in mcld::IdenticalCodeFolding
54 void IdenticalCodeFolding::foldIdenticalCode() { in foldIdenticalCode()
119 void IdenticalCodeFolding::findCandidates(FoldingCandidates& pCandidateList) { in findCandidates()
179 bool IdenticalCodeFolding::matchCandidates(FoldingCandidates& pCandidateList) { in matchCandidates()
212 void IdenticalCodeFolding::FoldingCandidate::initConstantContent( in initConstantContent()
214 const IdenticalCodeFolding::KeptSections& pKeptSections) { in initConstantContent()
277 std::string IdenticalCodeFolding::FoldingCandidate::getContentWithVariables( in getContentWithVariables()
279 const IdenticalCodeFolding::KeptSections& pKeptSections) { in getContentWithVariables()
DAndroid.bp41 "IdenticalCodeFolding.cpp",
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp277 IdenticalCodeFolding icf(m_Config, m_LDBackend, *m_pModule); in dataStrippingOpt()