HomeSort by relevance Sort by last modified time
    Searched refs:PreservePaths (Results 1 - 17 of 17) sorted by null

  /external/llvm/tools/llvm-cov/
gcov.cpp 119 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
121 cl::alias PreservePathsA("preserve-paths", cl::aliasopt(PreservePaths));
139 PreservePaths, UncondBranch, LongNames, NoOutput);
  /external/llvm/lib/IR/
GCOV.cpp 506 /// Convert a path to a gcov filename. If PreservePaths is true, this
508 static std::string mangleCoveragePath(StringRef Filename, bool PreservePaths) {
509 if (!PreservePaths)
552 mangleCoveragePath(MainFilename, Options.PreservePaths) + "##";
553 CoveragePath += mangleCoveragePath(Filename, Options.PreservePaths) + ".gcov";
  /external/llvm/include/llvm/Support/
GCOV.h 39 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
45 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
54 bool PreservePaths;

Completed in 716 milliseconds