HomeSort by relevance Sort by last modified time
    Searched defs:x86_64 (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/make/platform/
clang_linux.mk 22 # Define configs only if arch in triple is i386 or x86_64
24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
41 SupportedArches += x86_64
44 SupportedArches := x86_64
61 # Build runtime libraries for x86_64.
62 ifeq ($(call contains,$(SupportedArches),x86_64),true)
63 Configs += full-x86_64 profile-x86_64 san-x86_64 asan-x86_64 tsan-x86_64
    [all...]
darwin_fat.mk 27 UniversalArchs := i386 x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
clang_darwin.mk 45 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
50 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv7,ios)
55 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx)
59 UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64,cc_kext)
64 UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 armv7,cc_kext_ios5)
68 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
70 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
74 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
77 UniversalArchs.ubsan_osx := $(call CheckArches,i386 x86_64,ubsan_osx)
138 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS
    [all...]
darwin_bni.mk 61 FUNCTIONS.x86_64 := $(FUNCTIONS) \
  /external/llvm/include/llvm/ADT/
Triple.h 66 x86_64, // X86-64: amd64, x86_64 enumerator in enum:llvm::Triple::ArchType

Completed in 75 milliseconds