LLVM 20.0.0git
|
#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 |
Definition at line 58 of file DebugCounter.h.
|
inline |
Definition at line 62 of file DebugCounter.h.
void llvm::DebugCounter::Chunk::print | ( | llvm::raw_ostream & | OS | ) |
Definition at line 12 of file DebugCounter.cpp.
int64_t llvm::DebugCounter::Chunk::Begin |
Definition at line 59 of file DebugCounter.h.
Referenced by contains(), and print().
int64_t llvm::DebugCounter::Chunk::End |
Definition at line 60 of file DebugCounter.h.
Referenced by contains(), and print().