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

/external/clang/lib/Driver/
H A DToolChains.h309 /// Darwin - The base Darwin tool chain.
310 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO { class in namespace:clang::driver::toolchains
346 Darwin(const Driver &D, const llvm::Triple &Triple,
348 ~Darwin() override;
370 /// @name Darwin specific Toolchain functions
430 // Darwin tools support multiple architecture (e.g., i386 and x86_64) and
469 /// DarwinClang - The Darwin toolchain used by Clang.
470 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.h126 Darwin, enumerator in enum:llvm::Triple::OSType
369 // Otherwise, compare to the "Darwin" number.
377 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
385 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).

Completed in 122 milliseconds