LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::logicalview::LVSymbolTableEntry Struct Referencefinal

#include "llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h"

Public Member Functions

 LVSymbolTableEntry ()=default
 
 LVSymbolTableEntry (LVScope *Scope, LVAddress Address, LVSectionIndex SectionIndex, bool IsComdat)
 

Public Attributes

LVScopeScope = nullptr
 
LVAddress Address = 0
 
LVSectionIndex SectionIndex = 0
 
bool IsComdat = false
 

Detailed Description

Definition at line 36 of file LVBinaryReader.h.

Constructor & Destructor Documentation

◆ LVSymbolTableEntry() [1/2]

llvm::logicalview::LVSymbolTableEntry::LVSymbolTableEntry ( )
default

◆ LVSymbolTableEntry() [2/2]

llvm::logicalview::LVSymbolTableEntry::LVSymbolTableEntry ( LVScope Scope,
LVAddress  Address,
LVSectionIndex  SectionIndex,
bool  IsComdat 
)
inline

Definition at line 42 of file LVBinaryReader.h.

Member Data Documentation

◆ Address

LVAddress llvm::logicalview::LVSymbolTableEntry::Address = 0

Definition at line 38 of file LVBinaryReader.h.

◆ IsComdat

bool llvm::logicalview::LVSymbolTableEntry::IsComdat = false

Definition at line 40 of file LVBinaryReader.h.

◆ Scope

LVScope* llvm::logicalview::LVSymbolTableEntry::Scope = nullptr

Definition at line 37 of file LVBinaryReader.h.

◆ SectionIndex

LVSectionIndex llvm::logicalview::LVSymbolTableEntry::SectionIndex = 0

Definition at line 39 of file LVBinaryReader.h.


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