Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h239 { m_bBinaryInput = pBinaryInput; }
242 { return m_bBinaryInput; } in isBinaryInput()
364 bool m_bBinaryInput : 1; // -b [input-format], --format=[input-format] variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp50 m_bBinaryInput(false), in GeneralOptions()