Home
last modified time | relevance | path

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

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