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

  /frameworks/compile/mclinker/tools/mcld/lib/
OptimizationOptions.cpp 66 llvm::cl::init(mcld::GeneralOptions::ICF_None),
68 clEnumValN(mcld::GeneralOptions::ICF_None, "none",
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 61 m_ICF(ICF_None),
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 44 ICF_None,
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 277 if (m_Config.options().getICFMode() != GeneralOptions::ICF_None) {
    [all...]

Completed in 1332 milliseconds