Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp266 bool hasDIE = DebugInfoData.isValidOffset(Offset); in handleDebugInfo() local
269 while (hasDIE) { in handleDebugInfo()
309 hasDIE = DebugInfoData.isValidOffset(Offset); in handleDebugInfo()
312 if (UnitIdx == 0 && !hasDIE) { in handleDebugInfo()