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

/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp61 static cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
63 static cl::alias PreservePathsA("preserve-paths", cl::aliasopt(PreservePaths));
133 PreservePaths, UncondBranch, LongNames, NoOutput);
/external/llvm/include/llvm/Support/
H A DGCOV.h42 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
48 bool PreservePaths; member in struct:llvm::GCOVOptions
/external/llvm/lib/IR/
H A DGCOV.cpp463 /// Convert a path to a gcov filename. If PreservePaths is true, this
465 static std::string mangleCoveragePath(StringRef Filename, bool PreservePaths) {
466 if (!PreservePaths)
509 mangleCoveragePath(MainFilename, Options.PreservePaths) + "##";
511 mangleCoveragePath(Filename, Options.PreservePaths) + ".gcov";

Completed in 465 milliseconds