Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/
H A 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
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp59 m_bPrintGCSections(false), in GeneralOptions()