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

  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 99 void setDefineCommon(bool pEnable = true);
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 166 void LinkerConfig::setDefineCommon(bool pEnable) {
167 mLDConfig->options().setDefineCommon(pEnable);
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 244 void setDefineCommon(bool pEnable = true)
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 263 config->setDefineCommon(OptDefineCommon);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp     [all...]

Completed in 171 milliseconds