Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h302 { m_bPrintGCSections = pEnable; }
305 { return m_bPrintGCSections; } in getPrintGCSections()
448 bool m_bPrintGCSections:1; // --print-gc-sections variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp58 m_bPrintGCSections(false), in GeneralOptions()