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

/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) {
169 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) ||
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h266 ICF getICFMode() const { return m_ICF; } function in class:mcld::GeneralOptions::HashStyle
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) {

Completed in 62 milliseconds