Home | History | Annotate | Download | only in Driver

Lines Matching defs:Darwin

192   mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
193 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
194 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
308 /// Darwin - The base Darwin tool chain.
309 class LLVM_LIBRARY_VISIBILITY Darwin : public MachO {
345 Darwin(const Driver &D, const llvm::Triple &Triple,
347 ~Darwin();
370 /// @name Darwin specific Toolchain functions
464 /// DarwinClang - The Darwin toolchain used by Clang.
465 class LLVM_LIBRARY_VISIBILITY DarwinClang : public Darwin {