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