LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::FileInfo::LineData Struct Reference

#include "llvm/ProfileData/GCOV.h"

Collaboration diagram for llvm::FileInfo::LineData:
Collaboration graph
[legend]

Public Member Functions

 LineData ()=default
 

Public Attributes

BlockLines Blocks
 
FunctionLines Functions
 
uint32_t LastLine = 0
 

Detailed Description

Definition at line 406 of file GCOV.h.

Constructor & Destructor Documentation

◆ LineData()

llvm::FileInfo::LineData::LineData ( )
default

Member Data Documentation

◆ Blocks

BlockLines llvm::FileInfo::LineData::Blocks

Definition at line 409 of file GCOV.h.

Referenced by llvm::FileInfo::print().

◆ Functions

FunctionLines llvm::FileInfo::LineData::Functions

Definition at line 410 of file GCOV.h.

Referenced by llvm::FileInfo::print().

◆ LastLine

uint32_t llvm::FileInfo::LineData::LastLine = 0

Definition at line 411 of file GCOV.h.

Referenced by llvm::FileInfo::print().


The documentation for this struct was generated from the following file: