Home
last modified time | relevance | path

Searched refs:GetNumErrors (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp224 return m_opaque_up->GetNumErrors(); in GetNumberOfErrors()
H A DSBDebugger.cpp1243 num_errors = result.GetNumErrors(); in RunCommandInterpreter()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h64 uint64_t GetNumErrors() const { return NumErrors; } in GetNumErrors() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1325 const uint64_t OrigNumberOfErrors = ErrorCategory.GetNumErrors(); in verifyNameIndexBuckets()
1344 if (OrigNumberOfErrors != ErrorCategory.GetNumErrors()) in verifyNameIndexBuckets()
2002 const uint64_t OriginalNumErrors = ErrorCategory.GetNumErrors(); in verifyDebugNames()
2011 if (OriginalNumErrors != ErrorCategory.GetNumErrors()) in verifyDebugNames()
2111 return ErrorCategory.GetNumErrors() == 0; in handleAccelTables()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h42 uint32_t GetNumErrors() const { return m_num_errors; } in GetNumErrors() function