Searched refs:m_MaxErrorNum (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h104 void setMaxErrorNum(int16_t pNum) { m_MaxErrorNum = pNum; }
106 int16_t maxErrorNum() const { return m_MaxErrorNum; }
342 uint16_t m_MaxErrorNum; // --error-limit=N member in class:mcld::GeneralOptions::HashStyle
/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp21 m_MaxErrorNum(-1),

Completed in 51 milliseconds