Searched refs:StaticLibTool (Results 1 – 8 of 8) sorted by relevance
18 // CHECK: # "x86_64-unknown-linux-gnu" - "GNU::StaticLibTool", inputs: ["[[HOSTOBJ]]", "[[FATBINOBJ…26 // NORDC: # "x86_64-unknown-linux-gnu" - "GNU::StaticLibTool", inputs: ["{{.*o}}"], output: "a.out"
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
344 return new tools::gnutools::StaticLibTool(*this); in buildStaticLibTool()
757 void darwin::StaticLibTool::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()1082 return new tools::darwin::StaticLibTool(*this); in buildStaticLibTool()
341 void tools::gnutools::StaticLibTool::ConstructJob( in ConstructJob()
337 if (!StaticLibTool) in getStaticLibTool()338 StaticLibTool.reset(buildStaticLibTool()); in getStaticLibTool()339 return StaticLibTool.get(); in getStaticLibTool()
150 mutable std::unique_ptr<Tool> StaticLibTool; variable