Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.h68 StaticLibTool(const ToolChain &TC) in StaticLibTool() function
H A DDarwin.h83 StaticLibTool(const ToolChain &TC) in StaticLibTool() function
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h156 mutable std::unique_ptr<Tool> StaticLibTool; variable