Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp555 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
571 ++NumDebugLineErrors; in verifyDebugLineStmtOffsets()
603 ++NumDebugLineErrors; in verifyDebugLineRows()
639 ++NumDebugLineErrors; in verifyDebugLineRows()
655 ++NumDebugLineErrors; in verifyDebugLineRows()
675 NumDebugLineErrors = 0; in handleDebugLine()
679 return NumDebugLineErrors == 0; in handleDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h98 uint32_t NumDebugLineErrors = 0; variable