Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp847 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
862 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
894 ++NumDebugLineErrors; in verifyDebugLineRows()
930 ++NumDebugLineErrors; in verifyDebugLineRows()
951 ++NumDebugLineErrors; in verifyDebugLineRows()
983 NumDebugLineErrors = 0; in handleDebugLine()
987 return NumDebugLineErrors == 0; in handleDebugLine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h83 uint32_t NumDebugLineErrors = 0; variable