| 
    LLVM 22.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 174 of file DebugCounter.h.
| SmallVector<Chunk> llvm::DebugCounter::CounterInfo::Chunks | 
Definition at line 179 of file DebugCounter.h.
Referenced by llvm::DebugCounter::push_back().
| int64_t llvm::DebugCounter::CounterInfo::Count = 0 | 
Definition at line 175 of file DebugCounter.h.
Referenced by llvm::DebugCounter::shouldExecuteImpl().
| uint64_t llvm::DebugCounter::CounterInfo::CurrChunkIdx = 0 | 
Definition at line 176 of file DebugCounter.h.
| std::string llvm::DebugCounter::CounterInfo::Desc | 
Definition at line 178 of file DebugCounter.h.
| bool llvm::DebugCounter::CounterInfo::IsSet = false | 
Definition at line 177 of file DebugCounter.h.
Referenced by llvm::DebugCounter::push_back(), and llvm::DebugCounter::shouldExecuteImpl().