Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
Dgcov.cpp127 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/
DGCOV.cpp503 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/
DGCOV.h39 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {} in Options()
45 bool PreservePaths; member