Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp136 int16_t error_limit = m_Config.options().maxErrorNum(); in handleDiagnostic()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h106 int16_t maxErrorNum() const { return m_MaxErrorNum; } in maxErrorNum() function