OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supportedarches
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/make/platform/
clang_linux.mk
39
SupportedArches
:= i386
41
SupportedArches
+= x86_64
44
SupportedArches
:= x86_64
46
SupportedArches
+= i386
51
ifeq ($(call contains,$(
SupportedArches
),i386),true)
58
ifeq ($(call contains,$(
SupportedArches
),x86_64),true)
clang_mingw.mk
11
SupportedArches
:= x86_64 i386 arm
/art/build/
codegen.go
32
hostArches =
supportedArches
art.go
26
var
supportedArches
= []string{"arm", "arm64", "mips", "mips64", "x86", "x86_64"}
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py
386
SupportedArches
= ["common", "Ia32", "X64", "Ipf", "Ebc", "ARM", "AARCH64"]
397
for Arch in
SupportedArches
:
402
for Arch in
SupportedArches
:
Completed in 84 milliseconds