Home
last modified time | relevance | path

Searched refs:ShouldEmitStaticLibrary (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h663 bool ShouldEmitStaticLibrary(const llvm::opt::ArgList &Args) const;
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp4125 if (ShouldEmitStaticLibrary(Args)) { in BuildActions()
6281 bool Driver::ShouldEmitStaticLibrary(const ArgList &Args) const { in ShouldEmitStaticLibrary() function in Driver