Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp163 if (m_Config.options().stripDebug()) in readSections()
214 if (m_Config.options().stripDebug()) { in readSections()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h188 bool stripDebug() const { return m_bStripDebug; } in stripDebug() function