HomeSort by relevance Sort by last modified time
    Searched full:issupportedversion (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFContext.h 79 static bool isSupportedVersion(unsigned version) {
DWARFCompileUnit.cpp 38 bool versionOK = DWARFContext::isSupportedVersion(Version);
68 bool versionOK = DWARFContext::isSupportedVersion(Version);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DexFileFactory.java 119 if (oatFile.isSupportedVersion() == OatFile.UNSUPPORTED) {
201 if (oatFile.isSupportedVersion() == OatFile.UNSUPPORTED) {
271 if (oatFile.isSupportedVersion() == OatFile.UNSUPPORTED) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 225 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 244 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFContext.h 273 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFContext.h 273 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 244 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFContext.h 273 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFContext.h 273 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFContext.h 268 static bool isSupportedVersion(unsigned version) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 95 bool VersionOK = DWARFContext::isSupportedVersion(Version);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java 157 public int isSupportedVersion() {
  /frameworks/base/services/core/java/com/android/server/pm/dex/
PackageDexUsage.java 325 if (!isSupportedVersion(version)) {
481 private boolean isSupportedVersion(int version) {
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go     [all...]
handshake_client.go 481 serverVersion, ok := c.config.isSupportedVersion(serverWireVersion, c.isDTLS)
    [all...]
handshake_server.go 246 if _, ok := config.isSupportedVersion(vers, c.isDTLS); ok {
    [all...]

Completed in 731 milliseconds