OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCOVFunction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
GCOV.h
25
class
GCOVFunction
;
167
SmallVector<
GCOVFunction
*, 16> Functions;
170
///
GCOVFunction
- Collects function information.
171
class
GCOVFunction
{
173
GCOVFunction
() : Ident(0), LineNumber(0) {}
174
~
GCOVFunction
();
/external/llvm/lib/IR/
GCOV.cpp
48
GCOVFunction
*GFun = NULL;
54
GFun = new
GCOVFunction
();
66
for (SmallVector<
GCOVFunction
*, 16>::iterator I = Functions.begin(),
74
for (SmallVector<
GCOVFunction
*, 16>::iterator I = Functions.begin(),
81
//
GCOVFunction
implementation.
83
/// ~
GCOVFunction
- Delete
GCOVFunction
and its content.
84
GCOVFunction
::~
GCOVFunction
() {
90
bool
GCOVFunction
::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format)
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
190
class
GCOVFunction
;
263
friend class
GCOVFunction
;
278
class
GCOVFunction
: public GCOVRecord {
280
GCOVFunction
(DISubprogram SP, raw_ostream *os, uint32_t Ident,
307
~
GCOVFunction
() {
413
GCOVFunction
Func(SP, &out, i, Options.UseCfgChecksum);
Completed in 96 milliseconds