Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h186 void setStripDebug(bool pStripDebug = true) { m_bStripDebug = pStripDebug; }
188 bool stripDebug() const { return m_bStripDebug; } in stripDebug()
370 bool m_bStripDebug : 1; // -S, --strip-debug variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp49 m_bStripDebug(false), in GeneralOptions()