Searched refs:SourcePrefix (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 47 bool M, bool N, bool R, bool T, bool X, std::string SourcePrefix) in Options() 51 HashFilenames(X), SourcePrefix(std::move(SourcePrefix)) {} in Options() 66 std::string SourcePrefix; member
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 142 cl::opt<std::string> SourcePrefix("s", cl::desc("Source prefix to elide")); in gcovMain() local 143 cl::alias SourcePrefixA("source-prefix", cl::aliasopt(SourcePrefix)); in gcovMain() 172 HashFilenames, SourcePrefix); in gcovMain()
|
| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 872 if (!options.SourcePrefix.empty() && in print() 873 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
|