Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp730 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
745 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
775 ++NumDebugLineErrors; in verifyDebugLineRows()
811 ++NumDebugLineErrors; in verifyDebugLineRows()
827 ++NumDebugLineErrors; in verifyDebugLineRows()
860 NumDebugLineErrors = 0; in handleDebugLine()
864 return NumDebugLineErrors == 0; in handleDebugLine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h98 uint32_t NumDebugLineErrors = 0; variable