Home
last modified time | relevance | path

Searched refs:getICFMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp139 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) { in findCandidates()
168 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) || in findCandidates()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h266 ICF getICFMode() const { return m_ICF; } in getICFMode() function
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) { in dataStrippingOpt()