Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp981 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
998 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
1031 ++NumDebugLineErrors; in verifyDebugLineRows()
1074 ++NumDebugLineErrors; in verifyDebugLineRows()
1092 ++NumDebugLineErrors; in verifyDebugLineRows()
1128 NumDebugLineErrors = 0; in handleDebugLine()
1132 return NumDebugLineErrors == 0; in handleDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h122 uint32_t NumDebugLineErrors = 0; variable