Home
last modified time | relevance | path

Searched refs:ICF (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc29 "ICF converged after `%0' iteration(s).",
30 "ICF converged after `%0' iteration(s).")
33 "ICF folding section `%0' of `%1' into `%2' of `%3'",
34 "ICF folding section `%0' of `%1' into `%2' of `%3'")
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h44 enum class ICF { enum
266 ICF getICFMode() const { return m_ICF; } in getICFMode()
268 void setICFMode(ICF pMode) { m_ICF = pMode; } in setICFMode()
384 ICF m_ICF;
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp780 mcld::GeneralOptions::ICF mode = in TranslateArguments()
781 llvm::StringSwitch<mcld::GeneralOptions::ICF>(arg->getValue()) in TranslateArguments()
782 .Case("none", mcld::GeneralOptions::ICF::None) in TranslateArguments()
783 .Case("all", mcld::GeneralOptions::ICF::All) in TranslateArguments()
784 .Case("safe", mcld::GeneralOptions::ICF::Safe) in TranslateArguments()
785 .Default(mcld::GeneralOptions::ICF::Unknown); in TranslateArguments()
786 if (mode == mcld::GeneralOptions::ICF::Unknown) { in TranslateArguments()
DOptions.td95 def ICF : Joined<["--"], "icf=">,
101 HelpText<"Set number of iterations to do ICF">;
105 HelpText<"List all sections folded by ICF">;
109 HelpText<"Do not list sections folded by ICF">;
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp62 m_ICF(ICF::None), in GeneralOptions()
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) { in findCandidates()
169 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) || in findCandidates()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) { in dataStrippingOpt()
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd713 <li>Updated mclinker to 2.8 with Identical Code Folding ("ICF") support. Specify ICF using the