HomeSort by relevance Sort by last modified time
    Searched defs:Darwin (Results 1 - 3 of 3) sorted by null

  /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...]
  /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).

Completed in 347 milliseconds