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

  /external/skia/bin/
coverage 42 GCOV="$(realpath tools/gcov_shim)"
47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
  /external/skia/fuzz/
coverage 45 GCOV="$(realpath tools/gcov_shim)"
50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
  /external/llvm/include/llvm/Support/
GCOV.h 1 //===- GCOV.h - LLVM coverage tool ----------------------------------------===//
11 // use 'gcov' format.
32 namespace GCOV {
35 /// \brief A struct for passing gcov options between functions.
50 } // end GCOV namespace
52 /// GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific
80 /// readGCOVVersion - Read GCOV version.
81 bool readGCOVVersion(GCOV::GCOVVersion &Version) {
85 Version = GCOV::V402;
90 Version = GCOV::V404
    [all...]
  /system/security/keystore/tests/
Makefile 116 GCOV=$(CPPSRCS:.cpp=.gcov) $(CPPSRCS:.cpp=.gcda) $(CPPSRCS:.cpp=.gcno)
119 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
121 *gcov *gcno *gcda coverage.info
  /external/llvm/lib/IR/
GCOV.cpp 1 //===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
10 // GCOV implements the interface to read and write coverage files that use
11 // 'gcov' format.
15 #include "llvm/Support/GCOV.h"
59 GCOV::GCOVVersion GCDAVersion;
63 errs() << "GCOV versions do not match.\n";
127 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) {
135 if (Version != GCOV::V402) {
250 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) {
276 if (Version != GCOV::V402)
    [all...]
  /external/llvm/tools/llvm-cov/
gcov.cpp 1 //===- gcov.cpp - GCOV compatible LLVM coverage tool ----------------------===//
18 #include "llvm/Support/GCOV.h"
26 const GCOV::Options &Options) {
110 cl::desc("Do not output any .gcov files"));
130 cl::desc("Dump the gcov file to stderr"));
138 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary,
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 11 // supports three file formats: text, binary and gcov.
16 // The gcov encoding is the one generated by GCC's AutoFDO profile creation
524 GCOV::GCOVVersion version;
528 if (version != GCOV::V704)
  /external/swiftshader/third_party/LLVM/
Android.mk 373 lib/VMCore/GCOV.cpp \
  /external/strace/
configure 668 GCOV
    [all...]
Makefile 599 GCOV =
    [all...]
  /external/elfutils/tests/
Makefile.am 481 if GCOV
  /external/strace/tests/
Makefile     [all...]
  /external/strace/tests-m32/
Makefile     [all...]
  /external/strace/tests-mx32/
Makefile     [all...]

Completed in 770 milliseconds