Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h240 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
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp58 m_bGCSections(false), in GeneralOptions()