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()
180 bool IdenticalCodeFolding::matchCandidates(FoldingCandidates& pCandidateList) { in matchCandidates()
213 void IdenticalCodeFolding::FoldingCandidate::initConstantContent( in initConstantContent()
215 const IdenticalCodeFolding::KeptSections& pKeptSections) { in initConstantContent()
279 std::string IdenticalCodeFolding::FoldingCandidate::getContentWithVariables( in getContentWithVariables()
281 const IdenticalCodeFolding::KeptSections& pKeptSections) { in getContentWithVariables()
DAndroid.mk29 IdenticalCodeFolding.cpp \
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp277 IdenticalCodeFolding icf(m_Config, m_LDBackend, *m_pModule); in dataStrippingOpt()