Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h200 static bool isSupportedVersion(unsigned version) { in isSupportedVersion() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp75 bool VersionOK = DWARFContext::isSupportedVersion(Version); in extractImpl()