LLVM 22.0.0git
llvm::logicalview::LVCounter Struct Reference

#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

Detailed Description

Definition at line 104 of file LVObject.h.

Member Function Documentation

◆ reset()

void llvm::logicalview::LVCounter::reset ( )
inline

Definition at line 109 of file LVObject.h.

References Lines, Scopes, Symbols, and Types.

Member Data Documentation

◆ Lines

unsigned llvm::logicalview::LVCounter::Lines = 0

Definition at line 105 of file LVObject.h.

Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().

◆ Scopes

unsigned llvm::logicalview::LVCounter::Scopes = 0

Definition at line 106 of file LVObject.h.

Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().

◆ Symbols

unsigned llvm::logicalview::LVCounter::Symbols = 0

Definition at line 107 of file LVObject.h.

Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().

◆ Types

unsigned llvm::logicalview::LVCounter::Types = 0

Definition at line 108 of file LVObject.h.

Referenced by llvm::logicalview::LVScopeCompileUnit::printSummary(), and reset().


The documentation for this struct was generated from the following file: