Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h274 bool printICFSections() const { return m_bPrintICFSections; } in printICFSections()
277 m_bPrintICFSections = pPrintICFSections;
383 bool m_bPrintICFSections : 1; // --print-icf-sections variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp61 m_bPrintICFSections(false), in GeneralOptions()