Home
last modified time | relevance | path

Searched defs: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() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h57 bool PreservePaths; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp639 static std::string mangleCoveragePath(StringRef Filename, bool PreservePaths) { in mangleCoveragePath()