Searched refs:StaticLibTool (Results 1 – 7 of 7) sorted by relevance
66 class LLVM_LIBRARY_VISIBILITY StaticLibTool : public Tool {68 StaticLibTool(const ToolChain &TC) in StaticLibTool() function
81 class LLVM_LIBRARY_VISIBILITY StaticLibTool : public MachOTool {83 StaticLibTool(const ToolChain &TC) in StaticLibTool() function
338 return new tools::gnutools::StaticLibTool(*this); in buildStaticLibTool()
769 void darwin::StaticLibTool::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()1089 return new tools::darwin::StaticLibTool(*this); in buildStaticLibTool()
347 void tools::gnutools::StaticLibTool::ConstructJob( in ConstructJob()
373 if (!StaticLibTool) in getStaticLibTool()374 StaticLibTool.reset(buildStaticLibTool()); in getStaticLibTool()375 return StaticLibTool.get(); in getStaticLibTool()
156 mutable std::unique_ptr<Tool> StaticLibTool; variable