LLVM: llvm::logicalview::LVCounter Struct Reference (original) (raw)
#include "[llvm/DebugInfo/LogicalView/Core/LVObject.h](LVObject%5F8h%5Fsource.html)"
Public Member Functions | |
---|---|
void | reset () |
Public Attributes | |
---|---|
unsigned | Lines = 0 |
unsigned | Scopes = 0 |
unsigned | Symbols = 0 |
unsigned | Types = 0 |
Detailed Description
Definition at line 95 of file LVObject.h.
Member Function Documentation
◆ reset()
void llvm::logicalview::LVCounter::reset ( ) | inline |
---|
Definition at line 100 of file LVObject.h.
References Lines, Scopes, Symbols, and Types.
Referenced by llvm::logicalview::LVScopeCompileUnit::print().
Member Data Documentation
◆ Lines
unsigned llvm::logicalview::LVCounter::Lines = 0
Definition at line 96 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::increment(), llvm::logicalview::LVScopeCompileUnit::incrementPrintedLines(), llvm::logicalview::LVScopeCompileUnit::printMatchedElements(), llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
◆ Scopes
unsigned llvm::logicalview::LVCounter::Scopes = 0
Definition at line 97 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::increment(), llvm::logicalview::LVScopeCompileUnit::incrementPrintedScopes(), llvm::logicalview::LVScopeCompileUnit::printMatchedElements(), llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
◆ Symbols
unsigned llvm::logicalview::LVCounter::Symbols = 0
Definition at line 98 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::increment(), llvm::logicalview::LVScopeCompileUnit::incrementPrintedSymbols(), llvm::logicalview::LVScopeCompileUnit::printMatchedElements(), llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
◆ Types
unsigned llvm::logicalview::LVCounter::Types = 0
Definition at line 99 of file LVObject.h.
Referenced by llvm::logicalview::LVScopeCompileUnit::increment(), llvm::logicalview::LVScopeCompileUnit::incrementPrintedTypes(), llvm::logicalview::LVScopeCompileUnit::printMatchedElements(), llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().
The documentation for this struct was generated from the following file:
- include/llvm/DebugInfo/LogicalView/Core/LVObject.h