Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp261 uint32_t NumDebugInfoErrors = 0; in handleDebugInfo() local
307 ++NumDebugInfoErrors; in handleDebugInfo()
316 NumDebugInfoErrors += verifyDebugInfoReferences(); in handleDebugInfo()
317 return (isHeaderChainValid && NumDebugInfoErrors == 0); in handleDebugInfo()