Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp276 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extract() local
280 if (!LengthOK || !VersionOK || !AddrSizeOK || !TypeOffsetOK) in extract()