Home | History | Annotate | Download | only in Driver

Lines Matching defs:Darwin

163   /// Darwin - The base Darwin tool chain.
164 class LLVM_LIBRARY_VISIBILITY Darwin : public ToolChain {
175 mutable OwningPtr<tools::darwin::Lipo> Lipo;
176 mutable OwningPtr<tools::darwin::Dsymutil> Dsymutil;
177 mutable OwningPtr<tools::darwin::VerifyDebug> VerifyDebug;
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.
367 /// DarwinClang - The Darwin toolchain used by Clang.
368 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {
373 /// @name Darwin ToolChain Implementation
394 /// Darwin_Generic_GCC - Generic Darwin tool chain using gcc.