HomeSort by: relevance | last modified time | path
    Searched refs:GCOV (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMProfileData/
Makefile 9 SRCS+= GCOV.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 1 //===- GCOV.h - LLVM coverage tool ------------------------------*- C++ -*-===//
10 // use 'gcov' format.
43 namespace GCOV {
47 /// A struct for passing gcov options between functions.
72 } // end namespace GCOV
74 /// GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific
110 /// readGCOVVersion - Read GCOV version.
111 bool readGCOVVersion(GCOV::GCOVVersion &Version) {
121 // PR gcov-profile/84846, r269678
122 Version = GCOV::V900
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 1 //===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
9 // GCOV implements the interface to read and write coverage files that use
10 // 'gcov' format.
14 #include "llvm/ProfileData/GCOV.h"
73 Context(const GCOV::Options &Options) : options(Options) {}
92 const GCOV::Options &options;
108 if (Version >= GCOV::V900)
110 if (Version >= GCOV::V800)
123 if (Version >= GCOV::V407)
127 if (Version < GCOV::V800)
    [all...]
SampleProfReader.cpp 10 // supports three file formats: text, binary and gcov.
15 // The gcov encoding is the one generated by GCC's AutoFDO profile creation
1334 GCOV::GCOVVersion version;
1338 if (version != GCOV::V407)
  /src/common/dist/zlib/
configure 202 GCOV="gcov" ;;
208 GCOV="gcov" ;;
217 GCOV="llvm-cov"
218 LLVM_GCOV_FLAG="gcov"
219 GCOV="llvm-cov"
220 LLVM_GCOV_FLAG="gcov"
221 echo "Using ${GCOV} for coverage"
224 GCOV="
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
gcov.cpp 1 //===- gcov.cpp - GCOV compatible LLVM coverage tool ----------------------===//
13 #include "llvm/ProfileData/GCOV.h"
25 const GCOV::Options &Options) {
74 errs() << GCDA << ":not a gcov data file\n";
110 // Supported by gcov 4.9~8. gcov 9 (GCC r265587) removed --intermediate-format
115 cl::desc("Output .gcov in intermediate text format"));
126 cl::desc("Do not output any .gcov files"));
163 cl::desc("Dump the gcov file to stderr"))
    [all...]
  /src/usr.bin/make/
Makefile 30 GCOV?= gcov
42 GCOV_PERL+= : `grep -c '\#\#\#\#\#:' < \$$(basename $$file.gcov)`;
50 CLEANFILES+= *.gcda *.gcno *.gcov
128 rm -f *.gcov *.gcda
148 @${GCOV} ${GCOV_OPTS} *.gcda \
156 *.gcov

Completed in 61 milliseconds