LLVM API Documentation
#include <GCOV.h>
Public Member Functions | |
void | addLineCount (StringRef Filename, uint32_t Line, uint64_t Count) |
void | setRunCount (uint32_t Runs) |
void | setProgramCount (uint32_t Programs) |
void | print (raw_fd_ostream &OS, StringRef gcnoFile, StringRef gcdaFile) |
print - Print source files with collected line count information. More... | |
|
inline |
Definition at line 247 of file GCOV.h.
Referenced by llvm::GCOVBlock::collectLineCounts().
void FileInfo::print | ( | raw_fd_ostream & | OS, |
StringRef | gcnoFile, | ||
StringRef | gcdaFile | ||
) |
print - Print source files with collected line count information.
Definition at line 279 of file GCOV.cpp.
References llvm::StringRef::empty(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT >::end(), llvm::errs(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT >::find(), llvm::format(), llvm::MemoryBuffer::getBuffer(), llvm::MemoryBuffer::getFileOrSTDIN(), I, P, and llvm::StringRef::split().
|
inline |
Definition at line 251 of file GCOV.h.
Referenced by llvm::GCOVFile::collectLineCounts().
|
inline |
Definition at line 250 of file GCOV.h.
Referenced by llvm::GCOVFile::collectLineCounts().