Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h205 m_bBinaryInput = pBinaryInput;
208 bool isBinaryInput() const { return m_bBinaryInput; } in isBinaryInput()
373 bool m_bBinaryInput : 1; // -b [input-format], --format=[input-format] variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp52 m_bBinaryInput(false), in GeneralOptions()