Home
last modified time | relevance | path

Searched defs:StaticLibTool (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.h90 StaticLibTool(const ToolChain &TC) StaticLibTool() function
H A DFuchsia.h23 StaticLibTool(const ToolChain &TC) in StaticLibTool() function
H A DGnu.h69 StaticLibTool(const ToolChain &TC) StaticLibTool() function
H A DDarwin.h85 StaticLibTool(const ToolChain &TC) StaticLibTool() function
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h164 mutable std::unique_ptr<Tool> StaticLibTool; variable