HomeSort by relevance Sort by last modified time
    Searched refs:getICFMode (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) {
169 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) ||
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 266 ICF getICFMode() const { return m_ICF; }
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) {
    [all...]

Completed in 62 milliseconds