/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | DiagLayouts.inc | 29 "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'")
|
/aosp12/frameworks/compile/mclinker/include/mcld/ |
H A D | GeneralOptions.h | 44 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;
|
/aosp12/frameworks/compile/mclinker/tools/mcld/ |
H A D | Main.cpp | 780 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()
|
H A D | Options.td | 95 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">;
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | IdenticalCodeFolding.cpp | 140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) { in findCandidates() 169 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) || in findCandidates()
|
/aosp12/frameworks/compile/mclinker/lib/Core/ |
H A D | GeneralOptions.cpp | 62 m_ICF(ICF::None), in GeneralOptions()
|
/aosp12/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectLinker.cpp | 276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) { in dataStrippingOpt()
|
/aosp12/art/runtime/ |
H A D | Android.bp | 17 // Keep the __jit_debug_register_code symbol as a unique symbol during ICF for architectures where
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
H A D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
H A D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |