Searched refs:IdenticalCodeFolding (Results 1 – 4 of 4) sorted by relevance
31 class IdenticalCodeFolding {45 const IdenticalCodeFolding::KeptSections& pKeptSections);48 const IdenticalCodeFolding::KeptSections& pKeptSections);60 IdenticalCodeFolding(const LinkerConfig& pConfig,
48 IdenticalCodeFolding::IdenticalCodeFolding(const LinkerConfig& pConfig, in IdenticalCodeFolding() function in mcld::IdenticalCodeFolding54 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()
29 IdenticalCodeFolding.cpp \
277 IdenticalCodeFolding icf(m_Config, m_LDBackend, *m_pModule); in dataStrippingOpt()