Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GCOV
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/lib/
H
A
D
mce.sh
101
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
D
GCOV.h
1
//===-
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
D
driver.sh
56
if [ -n "$
GCOV
" ]; then
58
export
GCOV
=copy
64
unset
GCOV
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H
A
D
driver.sh
108
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
D
GCOV.cpp
1
//===-
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
D
SampleProfReader.cpp
1006
GCOV
::GCOVVersion version;
in readHeader()
1010
if (version !=
GCOV
::V704)
in readHeader()
/third_party/node/
H
A
D
Makefile
21
GCOV
?= gcov
macro
70
GCOV
= xcrun llvm-cov gcov
macro
272
--gcov-executable="$(
GCOV
)")
/third_party/node/deps/cares/
H
A
D
configure
695
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 23 milliseconds