LLVM 20.0.0git
|
#include "llvm/Support/DebugCounter.h"
Public Attributes | |
int64_t | Count = 0 |
uint64_t | CurrChunkIdx = 0 |
bool | IsSet = false |
std::string | Desc |
SmallVector< Chunk > | Chunks |
Definition at line 170 of file DebugCounter.h.
SmallVector<Chunk> llvm::DebugCounter::CounterInfo::Chunks |
Definition at line 175 of file DebugCounter.h.
Referenced by llvm::DebugCounter::push_back(), and llvm::DebugCounter::shouldExecuteImpl().
int64_t llvm::DebugCounter::CounterInfo::Count = 0 |
Definition at line 171 of file DebugCounter.h.
Referenced by llvm::DebugCounter::shouldExecuteImpl().
uint64_t llvm::DebugCounter::CounterInfo::CurrChunkIdx = 0 |
Definition at line 172 of file DebugCounter.h.
Referenced by llvm::DebugCounter::shouldExecuteImpl().
std::string llvm::DebugCounter::CounterInfo::Desc |
Definition at line 174 of file DebugCounter.h.
bool llvm::DebugCounter::CounterInfo::IsSet = false |
Definition at line 173 of file DebugCounter.h.
Referenced by llvm::DebugCounter::push_back().