Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h367 static bool isSupportedVersion(unsigned version) { in isSupportedVersion() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp277 bool VersionOK = DWARFContext::isSupportedVersion(getVersion()); in extract()
H A DDWARFVerifier.cpp137 ValidVersion = DWARFContext::isSupportedVersion(Version); in verifyUnitHeader()