Searched refs:m_bPrintGCSections (Results 1 – 2 of 2) sorted by relevance
245 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
59 m_bPrintGCSections(false), in GeneralOptions()