Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp94 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extractImpl() local
98 if (!LengthOK || !VersionOK || !AddrSizeOK) in extractImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp149 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extract() local
153 if (!LengthOK || !VersionOK || !AddrSizeOK || !TypeOffsetOK) in extract()