LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 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

◆ Scopes

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

◆ Symbols

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

◆ Types

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

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