OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GCOVFile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
GCOV.cpp
23
//
GCOVFile
implementation.
25
/// ~
GCOVFile
- Delete
GCOVFile
and its content.
26
GCOVFile
::~
GCOVFile
() {
41
bool
GCOVFile
::read(GCOVBuffer &Buffer) {
64
/// dump - Dump
GCOVFile
content on standard out for debugging purposes.
65
void
GCOVFile
::dump() {
73
void
GCOVFile
::collectLineCounts(FileInfo &FI) {
/external/llvm/include/llvm/Support/
GCOV.h
157
///
GCOVFile
- Collects coverage information for one pair of coverage file
159
class
GCOVFile
{
161
GCOVFile
() {}
162
~
GCOVFile
();
Completed in 114 milliseconds