Home
last modified time | relevance | path

Searched defs:hasOutputDirectory (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageViewOptions.h43 bool hasOutputDirectory() const { return ShowOutputDirectory != ""; } in hasOutputDirectory() function
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageViewOptions.h54 bool hasOutputDirectory() const { return !ShowOutputDirectory.empty(); } in hasOutputDirectory() function