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

  /external/compiler-rt/make/platform/
clang_linux.mk 27 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
28 Configs += full-i386 full-x86_64
30 Arch.full-x86_64 := x86_64
34 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
35 Configs += profile-i386 profile-x86_64
37 Arch.profile-x86_64 := x86_64
45 ifeq ($(CompilerTargetArch),x86_64)
46 Configs += asan-x86_64
    [all...]
clang_darwin.mk 45 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
51 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv6 armv7,ios)
56 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx)
60 UniversalArchs.cc_kext := $(call CheckArches,armv6 armv7 i386 x86_64,cc_kext)
64 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
66 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv6 armv7,profile_ios)
70 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
112 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
116 CFLAGS.osx.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
118 CFLAGS.cc_kext.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS
    [all...]
darwin_fat.mk 27 UniversalArchs := i386 x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
darwin_bni.mk 60 FUNCTIONS.x86_64 := $(FUNCTIONS) \
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk 35 FUNCTIONS.x86_64 := $(FUNCTIONS) \
darwin_fat.mk 27 UniversalArchs := i386 ppc x86_64
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
  /external/llvm/include/llvm/ADT/
Triple.h 62 x86_64, // X86-64: amd64, x86_64 enumerator in enum:llvm::Triple::ArchType

Completed in 58 milliseconds