Home
last modified time | relevance | path

Searched refs:ArchSupported (Results 1 – 25 of 39) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/PlatformCI/
H A DPlatformBuild.py28 ArchSupported = ("IA32", "X64") variable in CommonPlatform
61 return CommonPlatform.ArchSupported
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/PlatformCI/
H A DPlatformBuild.py28 ArchSupported = ("IA32", "X64") variable in CommonPlatform
61 return CommonPlatform.ArchSupported
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/PlatformCI/
H A DPlatformBuild.py28 ArchSupported = ("IA32", "X64") variable in CommonPlatform
61 return CommonPlatform.ArchSupported
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/PlatformCI/
H A DPlatformBuild.py28 ArchSupported = ("IA32", "X64") variable in CommonPlatform
61 return CommonPlatform.ArchSupported
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/PlatformCI/
H A DPlatformBuild.py28 ArchSupported = ("IA32", "X64")
61 return CommonPlatform.ArchSupported
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmulatorPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("X64", "IA32") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmVirtPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("AARCH64", "ARM") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmulatorPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("X64", "IA32") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmVirtPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("AARCH64", "ARM") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmVirtPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("AARCH64", "ARM") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmulatorPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("X64", "IA32") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmulatorPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("X64", "IA32") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/sysutils/edk2/edk2-edk2-stable202102/EmulatorPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("X64", "IA32") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmVirtPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("AARCH64", "ARM") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmVirtPkg/PlatformCI/
H A DPlatformBuild.py30 ArchSupported = ("AARCH64", "ARM") variable in CommonPlatform
50 return CommonPlatform.ArchSupported
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/Binding/
H A DIBinding.fs8 abstract ArchSupported : Int32 -> Boolean
H A DMockBinding.fs41 member thi.ArchSupported(arch) = arch_supported(arch)
H A DNativeBinding.fs84 member thi.ArchSupported(arch) = uc_arch_supported(arch)
/dports/emulators/unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/Binding/
H A DIBinding.fs8 abstract ArchSupported : Int32 -> Boolean
H A DMockBinding.fs41 member thi.ArchSupported(arch) = arch_supported(arch)
H A DNativeBinding.fs84 member thi.ArchSupported(arch) = uc_arch_supported(arch)
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/
H A DUnicorn.fs141 member this.ArchSupported(arch: Int32) =
142 binding.ArchSupported(arch)
/dports/emulators/unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/
H A DUnicorn.fs141 member this.ArchSupported(arch: Int32) =
142 binding.ArchSupported(arch)
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp5233 bool ArchSupported = true; in AddClangCLArgs() local
5240 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
5244 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
5248 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
5252 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
5258 if (ArchSupported && DCCFlag) in AddClangCLArgs()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp5879 bool ArchSupported = true; in AddClangCLArgs() local
5886 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
5890 ArchSupported = Arch == llvm::Triple::x86; in AddClangCLArgs()
5894 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
5898 ArchSupported = Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64; in AddClangCLArgs()
5904 if (ArchSupported && DCCFlag) in AddClangCLArgs()

12