Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h245 void setPrintGCSections(bool pEnable = true) { m_bPrintGCSections = pEnable; }
247 bool getPrintGCSections() const { return m_bPrintGCSections; } in getPrintGCSections()
381 bool m_bPrintGCSections : 1; // --print-gc-sections variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp59 m_bPrintGCSections(false), in GeneralOptions()