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

  /external/lldb/examples/darwin/heap_find/heap/
Makefile 12 CXX ?= $(shell xcrun -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++
  /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...]
clang_macho_embedded.mk 27 XCRun = \
29 result=`xcrun -find $(1) 2> /dev/null`; \
35 CC := $(call XCRun,clang)
36 AR := $(call XCRun,ar)
37 RANLIB := $(call XCRun,ranlib)
38 STRIP := $(call XCRun,strip)
39 LIPO := $(call XCRun,lipo)
40 DSYMUTIL := $(call XCRun,dsymutil)
  /external/libcxx/lib/
buildit 73 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
74 CC=`xcrun -sdk "${SDKROOT}" -find clang`
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 69 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
70 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/lldb/scripts/
build-llvm.pl 211 chomp(my $actual_prog_path = `xcrun -sdk '$ENV{SDKROOT}' -find ${prog}`);
223 chomp(my $actual_prog_path = `xcrun -sdk '$ENV{SDKROOT}' -find ${prog}`);
  /external/libvpx/libvpx/build/make/
iosbuild.sh 26 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
  /external/clang/tools/scan-build/
scan-build     [all...]
ccc-analyzer 45 # If on OSX, use xcrun to determine the SDK root.
51 # Older versions of OSX do not have xcrun to
53 if (-x "/usr/bin/xcrun") {
667 # default SDK is inferred by xcrun use xcrun to infer
670 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build     [all...]

Completed in 758 milliseconds