LLVM 22.0.0git
llvm::DebugCounter::Chunk Struct Reference

#include "llvm/Support/DebugCounter.h"

Public Member Functions

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

Public Attributes

int64_t Begin
int64_t End

Detailed Description

Definition at line 59 of file DebugCounter.h.

Member Function Documentation

◆ contains()

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

Definition at line 63 of file DebugCounter.h.

References Begin, and End.

◆ print()

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

Definition at line 12 of file DebugCounter.cpp.

References Begin, and End.

Member Data Documentation

◆ Begin

int64_t llvm::DebugCounter::Chunk::Begin

Definition at line 60 of file DebugCounter.h.

Referenced by contains(), and print().

◆ End

int64_t llvm::DebugCounter::Chunk::End

Definition at line 61 of file DebugCounter.h.

Referenced by contains(), and print().


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