Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h234 { m_bStripDebug = pStripDebug; }
237 { return m_bStripDebug; } in stripDebug()
363 bool m_bStripDebug : 1; // -S, --strip-debug variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp47 m_bStripDebug(false), in GeneralOptions()