Home
last modified time | relevance | path

Searched refs:GCOV (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dmce.sh101 if [ -z "$GCOV" ]; then
114 if [ -z "$GCOV" ]; then
117 case $GCOV in
125 echo " Failed: can not reset gcov, invalid GCOV=$GCOV"
137 if [ -z "$GCOV" ]; then
141 case $GCOV in
152 echo " Failed: can not get gcov path, invalid GCOV=$GCOV"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DGCOV.h1 //===- GCOV.h - LLVM coverage tool ------------------------------*- C++ -*-===//
41 namespace GCOV { namespace
63 } // end namespace GCOV
65 /// GCOVBuffer - A wrapper around MemoryBuffer to provide GCOV specific
93 /// readGCOVVersion - Read GCOV version.
94 bool readGCOVVersion(GCOV::GCOVVersion &Version) { in readGCOVVersion()
98 Version = GCOV::V402; in readGCOVVersion()
103 Version = GCOV::V404; in readGCOVVersion()
108 Version = GCOV::V704; in readGCOVVersion()
258 GCOV
[all...]
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H A Ddriver.sh56 if [ -n "$GCOV" ]; then
58 export GCOV=copy
64 unset GCOV
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh108 if [ -z "$GCOV" ]; then
115 unset GCOV
119 echo " Failed: please set KSRC_DIR for GCOV"
162 export GCOV=dump
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp1 //===- GCOV.cpp - LLVM coverage tool --------------------------------------===//
9 // GCOV implements the interface to read and write coverage files that use
14 #include "llvm/ProfileData/GCOV.h"
59 GCOV::GCOVVersion GCDAVersion; in readGCDA()
63 errs() << "GCOV versions do not match.\n"; in readGCDA()
131 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO()
139 if (Version != GCOV::V402) { in readGCNO()
254 bool GCOVFunction::readGCDA(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCDA()
280 if (Version != GCOV::V402) { in readGCDA()
593 formatBranchInfo(const GCOV
[all...]
H A DSampleProfReader.cpp1006 GCOV::GCOVVersion version; in readHeader()
1010 if (version != GCOV::V704) in readHeader()
/third_party/node/
H A DMakefile21 GCOV ?= gcov macro
70 GCOV = xcrun llvm-cov gcov macro
272 --gcov-executable="$(GCOV)")
/third_party/node/deps/cares/
H A Dconfigure695 GCOV
1538 --with-gcov=GCOV use given GCOV for coverage (GCOV=gcov).
19451 if test -n "$GCOV"; then
19452 ac_cv_prog_GCOV="$GCOV" # Let the user override the test.
19475 GCOV=$ac_cv_prog_GCOV
19476 if test -n "$GCOV"; then
19477 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GCOV" >&5
19478 printf "%s\n" "$GCOV" >
[all...]

Completed in 21 milliseconds