Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFUnit.cpp61 bool VersionOK = DWARFContext::isSupportedVersion(Version); in extractImpl() local
64 if (!LengthOK || !VersionOK || !AddrSizeOK) in extractImpl()