Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageViewOptions.h34 std::string ShowOutputDirectory; member
43 bool hasOutputDirectory() const { return ShowOutputDirectory != ""; } in hasOutputDirectory()
DCodeCoverage.cpp472 cl::opt<std::string> ShowOutputDirectory( in show() local
476 cl::aliasopt(ShowOutputDirectory)); in show()
489 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in show()
492 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in show()
DSourceCoverageView.cpp38 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()