Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h50 std::string ShowOutputDirectory;
67 bool hasOutputDirectory() const { return !ShowOutputDirectory.empty(); } in hasDemangler()
47 std::string ShowOutputDirectory; global() member
H A DCodeCoverage.cpp1016 cl::opt<std::string> ShowOutputDirectory( in doShow() local
1020 cl::aliasopt(ShowOutputDirectory)); in doShow()
1098 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in doShow()
1103 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
H A DSourceCoverageView.cpp38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()