Home
last modified time | relevance | path

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

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