Searched refs:SourcePrefix (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| D | GCOV.h | 46 bool M, bool N, bool R, bool T, bool X, std::string SourcePrefix) in Options() 50 HashFilenames(X), SourcePrefix(std::move(SourcePrefix)) {} in Options() 65 std::string SourcePrefix; member
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cov/ |
| 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 838 if (!options.SourcePrefix.empty() && in print() 839 sys::path::replace_path_prefix(si.displayName, options.SourcePrefix, in print()
|