Home
last modified time | relevance | path

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

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