Home
last modified time | relevance | path

Searched refs:PreservePaths (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp133 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false), in gcovMain()
135 cl::alias PreservePathsA("preserve-paths", cl::aliasopt(PreservePaths)); in gcovMain() local
170 PreservePaths, UncondBranch, Intermediate, LongNames, in gcovMain()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h49 PreservePaths(P), UncondBranch(U), Intermediate(I), LongFileNames(L), in Options()
57 bool PreservePaths; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp639 static std::string mangleCoveragePath(StringRef Filename, bool PreservePaths) { in mangleCoveragePath() argument
640 if (!PreservePaths) in mangleCoveragePath()
683 mangleCoveragePath(mainFilename, options.PreservePaths) + "##"; in getCoveragePath()
684 CoveragePath += mangleCoveragePath(filename, options.PreservePaths); in getCoveragePath()