|
LLVM
3.7.0
|
#include <GCOV.h>
Public Member Functions | |
| FileInfo (const GCOVOptions &Options) | |
| void | addBlockLine (StringRef Filename, uint32_t Line, const GCOVBlock *Block) |
| void | addFunctionLine (StringRef Filename, uint32_t Line, const GCOVFunction *Function) |
| void | setRunCount (uint32_t Runs) |
| void | setProgramCount (uint32_t Programs) |
| void | print (raw_ostream &OS, StringRef MainFilename, StringRef GCNOFile, StringRef GCDAFile) |
| print - Print source files with collected line count information. More... | |
|
inline |
|
inline |
Definition at line 396 of file GCOV.h.
Referenced by llvm::GCOVBlock::collectLineCounts().
|
inline |
Definition at line 401 of file GCOV.h.
Referenced by llvm::GCOVFunction::collectLineCounts().
| void FileInfo::print | ( | raw_ostream & | OS, |
| StringRef | MainFilename, | ||
| StringRef | GCNOFile, | ||
| StringRef | GCDAFile | ||
| ) |
print - Print source files with collected line count information.
Definition at line 568 of file GCOV.cpp.
References llvm::GCOVOptions::AllBlocks, llvm::Block, llvm::GCOVOptions::BranchInfo, llvm::MapVector< KeyT, ValueT, MapType, VectorType >::end(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::end(), llvm::MapVector< KeyT, ValueT, MapType, VectorType >::find(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::find(), llvm::format(), llvm::GCOVOptions::FuncCoverage, llvm::Function, llvm::GCOVFunction::getName(), llvm::MapVector< KeyT, ValueT, MapType, VectorType >::insert(), llvm::SmallVectorTemplateBase< T, isPodLike >::push_back(), and llvm::GCOVOptions::UncondBranch.
|
inline |
Definition at line 408 of file GCOV.h.
Referenced by llvm::GCOVFile::collectLineCounts().
|
inline |
Definition at line 407 of file GCOV.h.
Referenced by llvm::GCOVFile::collectLineCounts().
1.8.6