Searched defs:Darwin (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.h308 /// Darwin - The base Darwin tool chain.
309 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO { class in namespace:clang::driver::toolchains
345 Darwin(const Driver &D, const llvm::Triple &Triple,
347 ~Darwin();
370 /// @name Darwin specific Toolchain functions
464 /// DarwinClang - The Darwin toolchain used by Clang.
465 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
H A DToolChains.cpp54 /// Darwin - Darwin tool chain for i386 and x86_64.
55 Darwin::Darwin(const Driver & D, const llvm::Triple & Triple, function in class:Darwin
58 // Compute the initial Darwin version from the triple
81 // Darwin always preprocesses assembly files (unless -x is used explicitly).
92 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
93 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const {
101 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
102 bool Darwin
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h101 Darwin, enumerator in enum:llvm::Triple::OSType
321 // Otherwise, compare to the "Darwin" number.
329 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
337 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).

Completed in 469 milliseconds