|
LLVM
8.0.1
|
#include "llvm/ProfileData/GCOV.h"

Public Member Functions | |
| LineData ()=default | |
Public Attributes | |
| BlockLines | Blocks |
| FunctionLines | Functions |
| uint32_t | LastLine = 0 |
|
default |
| BlockLines llvm::FileInfo::LineData::Blocks |
Definition at line 409 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| FunctionLines llvm::FileInfo::LineData::Functions |
Definition at line 410 of file GCOV.h.
Referenced by llvm::FileInfo::print().
| uint32_t llvm::FileInfo::LineData::LastLine = 0 |
Definition at line 411 of file GCOV.h.
Referenced by llvm::FileInfo::print().
1.8.13