Home | History | Annotate | Download | only in Driver

Lines Matching full:darwin

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.
384 /// DarwinClang - The Darwin toolchain used by Clang.
385 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
392 /// @name Darwin ToolChain Implementation
414 /// Darwin_Generic_GCC - Generic Darwin tool chain using gcc.