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

  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 163 if (m_Config.options().stripDebug())
214 if (m_Config.options().stripDebug()) {
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 188 bool stripDebug() const { return m_bStripDebug; }
  /external/llvm/tools/opt/
opt.cpp 105 StripDebug("strip-debug",
357 if (StripDebug)
  /frameworks/compile/mclinker/tools/mcld/
Options.td 179 def StripDebug : Flag<["--"], "strip-debug">,
184 Alias<StripDebug>;

Completed in 59 milliseconds