Home | History | Annotate | Download | only in Driver

Lines Matching refs:MachOTool

228   class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool {
239 MachOTool(const char *Name, const char *ShortName,
243 class LLVM_LIBRARY_VISIBILITY Assemble : public MachOTool {
245 Assemble(const ToolChain &TC) : MachOTool("darwin::Assemble",
256 class LLVM_LIBRARY_VISIBILITY Link : public MachOTool {
263 Link(const ToolChain &TC) : MachOTool("darwin::Link", "linker", TC) {}
274 class LLVM_LIBRARY_VISIBILITY Lipo : public MachOTool {
276 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {}
286 class LLVM_LIBRARY_VISIBILITY Dsymutil : public MachOTool {
288 Dsymutil(const ToolChain &TC) : MachOTool("darwin::Dsymutil",
301 class LLVM_LIBRARY_VISIBILITY VerifyDebug : public MachOTool {
303 VerifyDebug(const ToolChain &TC) : MachOTool("darwin::VerifyDebug",