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

/external/clang/lib/Driver/
H A DToolChains.h163 /// Darwin - The base Darwin tool chain.
164 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain { class in namespace:clang::driver::toolchains
208 Darwin(const Driver &D, const llvm::Triple &Triple,
210 ~Darwin();
215 /// @name Darwin Specific Toolchain API
259 /// getDarwinArchName - Get the "Darwin" arch name for a particular compiler
260 /// invocation. For example, Darwin treats different ARM variations as
300 // Always allow blocks on Darwin; users interested in versioning are
308 // Default integrated assembler to on for Darwin
[all...]
H A DToolChains.cpp44 /// Darwin - Darwin tool chain for i386 and x86_64.
46 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:Darwin
49 // Compute the initial Darwin version from the triple
69 types::ID Darwin::LookupTypeForExtension(const char *Ext) const {
72 // Darwin always preprocesses assembly files (unless -x is used explicitly).
79 bool Darwin::HasNativeLLVMSupport() const {
83 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
84 ObjCRuntime Darwin
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h92 Darwin, enumerator in enum:llvm::Triple::OSType
295 // Otherwise, compare to the "Darwin" number.
303 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
311 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).

Completed in 88 milliseconds