LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DebugCounter::Chunk Struct Reference

#include "llvm/Support/DebugCounter.h"

Public Member Functions

void print (llvm::raw_ostream &OS)
 
bool contains (int64_t Idx)
 

Public Attributes

int64_t Begin
 
int64_t End
 

Detailed Description

Definition at line 58 of file DebugCounter.h.

Member Function Documentation

◆ contains()

bool llvm::DebugCounter::Chunk::contains ( int64_t  Idx)
inline

Definition at line 62 of file DebugCounter.h.

References Begin, End, and Idx.

◆ print()

void llvm::DebugCounter::Chunk::print ( llvm::raw_ostream OS)

Definition at line 12 of file DebugCounter.cpp.

References Begin, End, and OS.

Member Data Documentation

◆ Begin

int64_t llvm::DebugCounter::Chunk::Begin

Definition at line 59 of file DebugCounter.h.

Referenced by contains(), and print().

◆ End

int64_t llvm::DebugCounter::Chunk::End

Definition at line 60 of file DebugCounter.h.

Referenced by contains(), and print().


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