Searched refs:m_StripAll (Results 1 – 2 of 2) sorted by relevance
192 m_StripAll(ArgStripAll), in OutputFormatOptions()215 pConfig.options().setStripDebug(m_StripDebug || m_StripAll); in parse()216 if (m_StripAll) in parse()
43 llvm::cl::opt<bool>& m_StripAll; variable