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

/external/clang/lib/Driver/
H A DToolChains.h44 /// Darwin - The base Darwin tool chain.
45 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain { class in namespace:clang::driver::toolchains
95 Darwin(const HostInfo &Host, const llvm::Triple& Triple);
96 ~Darwin();
101 /// @name Darwin Specific Toolchain API
146 /// getDarwinArchName - Get the "Darwin" arch name for a particular compiler
147 /// invocation. For example, Darwin treats different ARM variations as
206 // Always allow blocks on Darwin; users interested in versioning are
269 /// DarwinClang - The Darwin toolchai
[all...]
H A DToolChains.cpp47 /// Darwin - Darwin tool chain for i386 and x86_64.
49 Darwin::Darwin(const HostInfo &Host, const llvm::Triple& Triple) function in class:Darwin
54 // Compute the initial Darwin version based on the host.
67 types::ID Darwin::LookupTypeForExtension(const char *Ext) const {
70 // Darwin always preprocesses assembly files (unless -x is used explicitly).
77 bool Darwin::HasNativeLLVMSupport() const {
81 bool Darwin::hasARCRuntime() const {
99 /// Darwin provide
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h85 Darwin, enumerator in enum:llvm::Triple::OSType
260 return getOS() == Triple::Darwin || getOS() == Triple::MacOSX;
263 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
285 // Otherwise, compare to the "Darwin" number.
373 /// getArchTypeForDarwinArchName - Get the architecture type for a "Darwin"

Completed in 3471 milliseconds