Searched refs:m_bGCSections (Results 1 – 2 of 2) sorted by relevance
240 void setGCSections(bool pEnable = true) { m_bGCSections = pEnable; }242 bool GCSections() const { return m_bGCSections; } in GCSections()380 bool m_bGCSections : 1; // --gc-sections variable
58 m_bGCSections(false), in GeneralOptions()