Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp695 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
710 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
741 ++NumDebugLineErrors; in verifyDebugLineRows()
777 ++NumDebugLineErrors; in verifyDebugLineRows()
793 ++NumDebugLineErrors; in verifyDebugLineRows()
823 NumDebugLineErrors = 0; in handleDebugLine()
827 return NumDebugLineErrors == 0; in handleDebugLine()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h99 uint32_t NumDebugLineErrors = 0; variable