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

References

tools/llvm-cov/SourceCoverageView.cpp
   38     FullPath.append(Opts.ShowOutputDirectory);
   41     sys::path::append(FullPath, getCoverageDir());
   45   sys::path::append(FullPath, sys::path::relative_path(ParentPath));
   48   sys::path::append(FullPath, PathFilename);
   49   sys::path::native(FullPath);
   51   return FullPath.str();