Home
last modified time | relevance | path

Searched defs:isSupportedVersion (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h79 static bool isSupportedVersion(unsigned version) { in isSupportedVersion() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java157 public int isSupportedVersion() { in isSupportedVersion() method in OatFile
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h301 static bool isSupportedVersion(unsigned version) { in isSupportedVersion() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h225 static bool isSupportedVersion(unsigned version) { in isSupportedVersion() function
/external/boringssl/src/ssl/test/runner/
Dcommon.go1773 func (c *Config) isSupportedVersion(wireVers uint16, isDTLS bool) (uint16, bool) { func