OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCov
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
1
//===- GCOVProfiling.cpp - Insert edge counters for
gcov
profiling --------===//
10
// This pass implements
GCOV
-style profiling. When this pass is run it emits
17
#define DEBUG_TYPE "insert-
gcov
-profiling"
56
return "
GCOV
Profiler";
105
INITIALIZE_PASS(GCOVProfiler, "insert-
gcov
-profiling",
106
"Insert instrumentation for
GCOV
profiling", false, false)
141
// represent this string in a
GCOV
file
143
// A
GCOV
string is a length, followed by a NUL, then between 0 and 3 NULs
195
// Represent a basic block in
GCOV
. Each block has a unique number in the
252
// set of blocks and a map of edges between blocks. This is the only
GCOV
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
Completed in 955 milliseconds