Home
last modified time | relevance | path

Searched refs:m_StripAll (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp192 m_StripAll(ArgStripAll), in OutputFormatOptions()
215 pConfig.options().setStripDebug(m_StripDebug || m_StripAll); in parse()
216 if (m_StripAll) in parse()
/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOutputFormatOptions.h43 llvm::cl::opt<bool>& m_StripAll; variable