OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GCOVFile
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/VMCore/
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/swiftshader/third_party/LLVM/include/llvm/Support/
GCOV.h
155
///
GCOVFile
- Collects coverage information for one pair of coverage file
157
class
GCOVFile
{
159
GCOVFile
() {}
160
~
GCOVFile
();
/external/llvm/include/llvm/Support/
GCOV.h
230
///
GCOVFile
- Collects coverage information for one pair of coverage file
232
class
GCOVFile
{
234
GCOVFile
()
267
GCOVFunction(
GCOVFile
&P) : Parent(P), Ident(0), LineNumber(0) {}
286
GCOVFile
&Parent;
Completed in 1304 milliseconds