Home
last modified time | relevance | path

Searched refs:ShowOutputDirectory (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageViewOptions.h38 std::string ShowOutputDirectory; member
52 bool hasOutputDirectory() const { return !ShowOutputDirectory.empty(); } in hasOutputDirectory()
DCodeCoverage.cpp822 cl::opt<std::string> ShowOutputDirectory( in doShow() local
826 cl::aliasopt(ShowOutputDirectory)); in doShow()
847 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in doShow()
852 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in doShow()
DSourceCoverageView.cpp39 FullPath.append(Opts.ShowOutputDirectory); in getOutputPath()