Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h132 { m_MaxErrorNum = pNum; } in setMaxErrorNum()
135 { return m_MaxErrorNum; } in maxErrorNum()
336 uint16_t m_MaxErrorNum; // --error-limit=N variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp20 m_MaxErrorNum(-1), in GeneralOptions()