Lines Matching refs:ToolChain
47 MachOTool(const char *Name, const char *ShortName, const ToolChain &TC) in MachOTool()
53 Assembler(const ToolChain &TC) in Assembler()
72 Linker(const ToolChain &TC) : MachOTool("darwin::Linker", "linker", TC) {} in Linker()
85 StaticLibTool(const ToolChain &TC) in StaticLibTool()
99 Lipo(const ToolChain &TC) : MachOTool("darwin::Lipo", "lipo", TC) {} in Lipo()
111 Dsymutil(const ToolChain &TC) in Dsymutil()
125 VerifyDebug(const ToolChain &TC) in VerifyDebug()
140 class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
231 FileType Type = ToolChain::FT_Static) const override;
266 return ToolChain::RLT_CompilerRT; in GetDefaultRuntimeLibType()
370 FileType Type = ToolChain::FT_Static) const override;