|
LLVM
4.0.0
|
#include <GCOV.h>
Public Member Functions | |
| FileInfo (const GCOV::Options &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 414 of file GCOV.h.
Referenced by llvm::GCOVBlock::collectLineCounts().
|
inline |
Definition at line 420 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 572 of file GCOV.cpp.
References llvm::GCOV::Options::AllBlocks, AllLines, llvm::GCOV::Options::BranchInfo, llvm::MapVector< KeyT, ValueT, MapType, VectorType >::end(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::end(), llvm::DenseMapBase< DenseMap< KeyT, ValueT, KeyInfoT, BucketT >, KeyT, ValueT, KeyInfoT, BucketT >::find(), llvm::MapVector< KeyT, ValueT, MapType, VectorType >::find(), llvm::format(), llvm::GCOV::Options::FuncCoverage, llvm::GCOVFunction::getName(), llvm::MapVector< KeyT, ValueT, MapType, VectorType >::insert(), llvm::SmallVectorTemplateBase< T, isPodLike >::push_back(), and llvm::GCOV::Options::UncondBranch.
|
inline |
Definition at line 428 of file GCOV.h.
Referenced by llvm::GCOVFile::collectLineCounts().
|
inline |
Definition at line 427 of file GCOV.h.
Referenced by llvm::GCOVFile::collectLineCounts().
1.8.6