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

1 2 3

  /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`
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/lib/
buildit 47 CXX=`xcrun -sdk "${SDKROOT}" -find clang++`
48 CC=`xcrun -sdk "${SDKROOT}" -find clang`
  /build/soong/cc/config/
x86_darwin_host.go 122 return xcrun(ctx, "--find", "ar")
126 return xcrun(ctx, "--find", "strip")
130 return filepath.Dir(xcrun(ctx, "--find", "ld"))
160 func xcrun(ctx android.PackageVarContext, args ...string) string { func
161 xcrun := ctx.Config().HostSystemTool("xcrun")
162 bytes, err := exec.Command(xcrun, args...).Output()
164 ctx.Errorf("xcrun failed with: %q", err.Error())
170 xcrun := ctx.Config().HostSystemTool("xcrun")
    [all...]
  /external/tensorflow/tensorflow/contrib/makefile/
compile_ios_protobuf.sh 63 IPHONEOS_PLATFORM=$(xcrun --sdk iphoneos --show-sdk-platform-path)
64 IPHONEOS_SYSROOT=$(xcrun --sdk iphoneos --show-sdk-path)
65 IPHONESIMULATOR_PLATFORM=$(xcrun --sdk iphonesimulator --show-sdk-platform-path)
66 IPHONESIMULATOR_SYSROOT=$(xcrun --sdk iphonesimulator --show-sdk-path)
67 IOS_SDK_VERSION=$(xcrun --sdk iphoneos --show-sdk-version)
  /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/capstone/
make.sh 11 IOS_SDK=`xcrun --sdk iphoneos --show-sdk-path`
12 IOS_CC=`xcrun --sdk iphoneos -f clang`
  /external/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 95 T=`xcrun -sdk $SDKROOT -find ${prog}`
103 T=`xcrun -sdk $SDKROOT -find ${prog}`
207 STRIP=`xcrun -sdk $SDKROOT -find strip`
  /external/honggfuzz/
Makefile 20 # NOTE: xcrun is within xcode...xcode is required on OSX.
101 OSX_SDK_VERSION := $(shell xcrun --show-sdk-version)
103 SDK := $(shell xcrun --sdk $(SDK_NAME) --show-sdk-path 2>/dev/null)
109 CC := $(shell xcrun --sdk $(SDK_NAME) --find cc)
110 LD := $(shell xcrun --sdk $(SDK_NAME) --find cc)
  /external/libvpx/libvpx/build/make/
iosbuild.sh 31 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
  /external/clang/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
scan-build     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-build/bin/
scan-build     [all...]

Completed in 932 milliseconds

1 2 3