Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h336 bool printICFSections() const { return m_bPrintICFSections; } in printICFSections()
339 { m_bPrintICFSections = pPrintICFSections; } in setPrintICFSections()
450 bool m_bPrintICFSections: 1; // --print-icf-sections variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp60 m_bPrintICFSections(false), in GeneralOptions()