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

  /external/llvm/tools/llvm-cov/
gcov.cpp 88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
90 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks));
138 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary,
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 179 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks);
402 ArrayRef<BasicBlock *> AllBlocks) {
410 bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size();
411 for (auto BB : AllBlocks)
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
41 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
50 bool AllBlocks;
  /external/llvm/lib/IR/
GCOV.cpp 611 if (Options.AllBlocks) {
671 if (Options.AllBlocks)

Completed in 1035 milliseconds