Searched refs:PreservePaths (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | gcov.cpp | 127 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false), in gcovMain() local 129 cl::alias PreservePathsA("preserve-paths", cl::aliasopt(PreservePaths)); in gcovMain() 147 PreservePaths, UncondBranch, LongNames, NoOutput); in gcovMain()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 503 static std::string mangleCoveragePath(StringRef Filename, bool PreservePaths) { in mangleCoveragePath() argument 504 if (!PreservePaths) in mangleCoveragePath() 547 mangleCoveragePath(MainFilename, Options.PreservePaths) + "##"; in getCoveragePath() 548 CoveragePath += mangleCoveragePath(Filename, Options.PreservePaths) + ".gcov"; in getCoveragePath()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 39 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {} in Options() 45 bool PreservePaths; member
|