LLVM 22.0.0git
|
#include "llvm/DebugInfo/LogicalView/Core/LVObject.h"
Public Member Functions | |
void | reset () |
Public Attributes | |
unsigned | Lines = 0 |
unsigned | Scopes = 0 |
unsigned | Symbols = 0 |
unsigned | Types = 0 |
Definition at line 104 of file LVObject.h.
|
inline |
unsigned llvm::logicalview::LVCounter::Lines = 0 |
Definition at line 105 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
unsigned llvm::logicalview::LVCounter::Scopes = 0 |
Definition at line 106 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
unsigned llvm::logicalview::LVCounter::Symbols = 0 |
Definition at line 107 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
unsigned llvm::logicalview::LVCounter::Types = 0 |
Definition at line 108 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().