LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::GCOVBlockLocation Struct Reference

Represent file of lines same with block_location_info in gcc. More...

#include "llvm/ProfileData/GCOV.h"

Public Member Functions

 GCOVBlockLocation (unsigned idx)
 

Public Attributes

unsigned srcIdx
 
SmallVector< uint32_t, 4 > lines
 

Detailed Description

Represent file of lines same with block_location_info in gcc.

Definition at line 275 of file GCOV.h.

Constructor & Destructor Documentation

◆ GCOVBlockLocation()

llvm::GCOVBlockLocation::GCOVBlockLocation ( unsigned  idx)
inline

Definition at line 276 of file GCOV.h.

Member Data Documentation

◆ lines

SmallVector<uint32_t, 4> llvm::GCOVBlockLocation::lines

Definition at line 279 of file GCOV.h.

◆ srcIdx

unsigned llvm::GCOVBlockLocation::srcIdx

Definition at line 278 of file GCOV.h.


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