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.cpp946 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
963 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
997 ++NumDebugLineErrors; in verifyDebugLineRows()
1042 ++NumDebugLineErrors; in verifyDebugLineRows()
1060 ++NumDebugLineErrors; in verifyDebugLineRows()
1096 NumDebugLineErrors = 0; in handleDebugLine()
1100 return NumDebugLineErrors == 0; in handleDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h97 uint32_t NumDebugLineErrors = 0; variable