Home
last modified time | relevance | path

Searched refs:VersionOK (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp150 bool VersionOK = DWARFContext::isSupportedVersion(getVersion()); in extract() local
153 if (!LengthOK || !VersionOK || !AddrSizeOK || !TypeOffsetOK) in extract()