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 163 /// Darwin - The base Darwin tool chain.
164 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
215 Darwin(const Driver &D, const llvm::Triple& Triple);
216 ~Darwin();
221 /// @name Darwin Specific Toolchain API
267 /// getDarwinArchName - Get the "Darwin" arch name for a particular compiler
268 /// invocation. For example, Darwin treats different ARM variations as
317 // Always allow blocks on Darwin; users interested in versioning are
325 // Default integrated assembler to on for Darwin
    [all...]
ToolChains.cpp 42 /// Darwin - Darwin tool chain for i386 and x86_64.
44 Darwin::Darwin(const Driver &D, const llvm::Triple& Triple)
49 // Compute the initial Darwin version from the triple
64 types::ID Darwin::LookupTypeForExtension(const char *Ext) const {
67 // Darwin always preprocesses assembly files (unless -x is used explicitly).
74 bool Darwin::HasNativeLLVMSupport() const {
78 bool Darwin::hasARCRuntime() const {
96 bool Darwin::hasSubscriptingRuntime() const
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 84 Darwin,
191 /// translate generic "darwin" versions to the corresponding OS X versions.
267 /// used by the "darwin" triples.
276 // Otherwise, compare to the "Darwin" number.
282 /// "darwin" and "osx" as OS X triples.
284 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
287 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
421 /// getArchTypeForDarwinArchName - Get the architecture type for a "Darwin"

Completed in 685 milliseconds