Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.h68 StaticLibTool(const ToolChain &TC) in StaticLibTool() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h143 mutable std::unique_ptr<Tool> StaticLibTool; variable