HomeSort by relevance Sort by last modified time
    Searched refs:xcrun (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/go/darwin-x86/misc/ios/
clangwrap.sh 6 SDK_PATH=`xcrun --sdk $SDK --show-sdk-path`
9 CLANG=`xcrun --sdk $SDK --find clang`
  /prebuilts/go/linux-x86/misc/ios/
clangwrap.sh 6 SDK_PATH=`xcrun --sdk $SDK --show-sdk-path`
9 CLANG=`xcrun --sdk $SDK --find clang`
  /external/libcxxabi/lib/
buildit 47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
48 CC=`xcrun -sdk "${SDKROOT}" -find clang`
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Makefile 4 CXX := xcrun --sdk macosx clang++
  /external/llvm/examples/Kaleidoscope/Orc/initial/
Makefile 4 CXX := xcrun --sdk macosx clang++
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Makefile 4 CXX := xcrun --sdk macosx clang++
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Makefile 4 CXX := xcrun --sdk macosx clang++
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
48 CC=`xcrun -sdk "${SDKROOT}" -find clang`
  /external/llvm/utils/buildit/
build_llvm 134 T=`xcrun -sdk $SDKROOT -find ${prog}`
143 T=`xcrun -sdk $SDKROOT -find ${prog}`
177 export CC=`xcrun -sdk iphonesimulator -find clang`
178 export CXX=`xcrun -sdk iphonesimulator -find clang++`
188 export CC=`xcrun -sdk macosx -find clang`
189 export CXX=`xcrun -sdk macosx -find clang++`
257 STRIP=`xcrun -sdk $SDKROOT -find strip`
310 DSYMUTIL=`xcrun -find dsymutil`
  /external/compiler-rt/make/platform/
darwin_bni.mk 12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang || echo "false")
13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false")
14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false")
15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo || echo "false")
17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
clang_darwin.mk 42 XCRun = \
44 result=`xcrun -find $(1) 2> /dev/null`; \
50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \
52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \
58 CC := $(call XCRun,clang)
60 AR := $(call XCRun,ar)
61 RANLIB := $(call XCRun,ranlib)
62 STRIP := $(call XCRun,strip)
63 LIPO := $(call XCRun,lipo)
64 DSYMUTIL := $(call XCRun,dsymutil
    [all...]
  /external/libcxx/lib/
buildit 73 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
74 CC=`xcrun -sdk "${SDKROOT}" -find clang`
  /external/libcxx/test/
testit 31 if which xcrun >/dev/null
33 CC="xcrun clang++"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 31 if which xcrun >/dev/null
33 CC="xcrun clang++"
  /external/clang/runtime/compiler-rt/
Makefile 84 IOS_SDK := $(shell xcrun --show-sdk-path -sdk iphoneos 2> /dev/null)
85 IOSSIM_SDK := $(shell xcrun --show-sdk-path -sdk iphonesimulator 2> /dev/null)
  /external/libvpx/libvpx/build/make/
iosbuild.sh 30 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
  /external/clang/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/
scan-build     [all...]

Completed in 2440 milliseconds

1 2