reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-cov/CodeCoverage.cpp
  467                                     OutputPath);
  469     error(OutputPath, EC.message());
  472   ToolOutputFile OutputTOF{OutputPath, OutputFD};
  479   Optional<StringRef> Redirects[] = {InputPath.str(), OutputPath.str(), {""}};
  490   auto BufOrError = MemoryBuffer::getFile(OutputPath);
  492     error(OutputPath, BufOrError.getError().message());