|
LLVM 22.0.0git
|
#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 |
Definition at line 59 of file DebugCounter.h.
|
inline |
Definition at line 63 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 60 of file DebugCounter.h.
Referenced by contains(), and print().
| int64_t llvm::DebugCounter::Chunk::End |
Definition at line 61 of file DebugCounter.h.
Referenced by contains(), and print().