Home
last modified time | relevance | path

Searched refs:ShowOutputDirectory (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h47 std::string ShowOutputDirectory; member
64 bool hasOutputDirectory() const { return !ShowOutputDirectory.empty(); } in hasOutputDirectory()
H A DCodeCoverage.cpp966 cl::opt<std::string> ShowOutputDirectory( in doShow() local
970 cl::aliasopt(ShowOutputDirectory)); in doShow()
1046 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in doShow()
1051 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
H A DSourceCoverageView.cpp38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()