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

1 2 3 4

  /external/clang/examples/analyzer-plugin/
Makefile 18 ifeq ($(OS),Darwin)
  /external/dhcpcd/mk/
os.mk 4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
  /external/llvm/utils/
llvmgrep 32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
  /external/clang/examples/PrintFunctionNames/
Makefile 26 ifeq ($(OS),Darwin)
  /external/llvm/unittests/ADT/
Makefile 16 # Xfail BitVectorTest for now on PPC Darwin. 7598360.
18 ifeq ($(TARGET_OS),Darwin)
  /external/qemu/
android-rebuild.sh 13 Darwin|FreeBsd)
  /external/qemu/distrib/libpng-1.2.19/
Makefile 10 ifeq ($(HOST_OS),Darwin)
11 HOST_OS := darwin
  /external/icu4c/tools/tzcode/
tz.alias 26 ACT Australia/Darwin
icuzones 41 Link Australia/Darwin ACT
  /external/clang/tools/driver/
Makefile 55 ifeq ($(HOST_OS),Darwin)
  /external/clang/tools/libclang/
Makefile 40 ifeq ($(HOST_OS),Darwin)
53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/llvm/runtime/libprofile/
Makefile 26 ifeq ($(HOST_OS),Darwin)
43 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 22 @ above to be out of range. On Darwin, the assembler deals with this by
  /external/llvm/tools/lto/
Makefile 25 ifeq ($(HOST_OS),Darwin)
46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/qemu/distrib/
update-audio.sh 26 Darwin)
29 OS=darwin-x86
31 OS=darwin-ppc
build-kernel.sh 17 Darwin)
18 HOST_OS=darwin
19 HOST_TAG=darwin-x86
  /external/llvm/include/llvm/ADT/
Triple.h 88 Darwin,
199 /// translate generic "darwin" versions to the corresponding OS X versions.
280 /// used by the "darwin" triples.
289 // Otherwise, compare to the "Darwin" number.
295 /// "darwin" and "osx" as OS X triples.
297 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
305 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
  /external/compiler-rt/make/platform/
darwin_fat.mk 12 # support (e.g., on Darwin). This should only be used to build fat
24 Description := Target for building universal libraries for Darwin.
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
18 -isysroot $(ProjSrcRoot)/SDKs/darwin \
36 # still be referenced from Darwin system headers. This symbol is only ever
82 # Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM
126 OSX_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
127 IOS_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
128 IOS6_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
129 IOSSIM_DEPLOYMENT_ARGS += -isysroot $(ProjSrcRoot)/SDKs/darwin
  /external/clang/lib/Driver/
ToolChains.h 143 /// Darwin - The base Darwin tool chain.
144 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
179 Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
180 ~Darwin();
185 /// @name Darwin Specific Toolchain API
229 /// getDarwinArchName - Get the "Darwin" arch name for a particular compiler
230 /// invocation. For example, Darwin treats different ARM variations as
270 // Always allow blocks on Darwin; users interested in versioning are
278 // Default integrated assembler to on for Darwin
    [all...]
ToolChains.cpp 43 /// Darwin - Darwin tool chain for i386 and x86_64.
45 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
48 // Compute the initial Darwin version from the triple
68 types::ID Darwin::LookupTypeForExtension(const char *Ext) const {
71 // Darwin always preprocesses assembly files (unless -x is used explicitly).
78 bool Darwin::HasNativeLLVMSupport() const {
82 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
83 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const
    [all...]
Tools.h 26 class Darwin;
214 namespace darwin { namespace in namespace:clang::driver::tools
222 const toolchains::Darwin &getDarwinToolChain() const {
223 return reinterpret_cast<const toolchains::Darwin&>(getToolChain());
233 Assemble(const ToolChain &TC) : DarwinTool("darwin::Assemble",
251 Link(const ToolChain &TC) : DarwinTool("darwin::Link", "linker", TC) {}
265 Lipo(const ToolChain &TC) : DarwinTool("darwin::Lipo", "lipo", TC) {}
278 Dsymutil(const ToolChain &TC) : DarwinTool("darwin::Dsymutil",
293 VerifyDebug(const ToolChain &TC) : DarwinTool("darwin::VerifyDebug",
  /external/smali/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /external/llvm/lib/Support/
Triple.cpp 115 case Darwin: return "darwin";
265 .StartsWith("darwin", Triple::Darwin)
549 default: llvm_unreachable("unexpected OS for Darwin triple");
550 case Darwin:
554 // Darwin version numbers are skewed from OS X versions.
572 // the clang driver combines OS X and IOS support into a common Darwin
586 default: llvm_unreachable("unexpected OS for Darwin triple");
587 case Darwin
    [all...]
  /external/llvm/tools/llvm-shlib/
Makefile 43 ifeq ($(HOST_OS),Darwin)
58 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')

Completed in 1354 milliseconds

1 2 3 4