LLVM 22.0.0git
|
#include "llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h"
Public Member Functions | |
LVSymbolTableEntry ()=default | |
LVSymbolTableEntry (LVScope *Scope, LVAddress Address, LVSectionIndex SectionIndex, bool IsComdat) |
Public Attributes | |
LVScope * | Scope = nullptr |
LVAddress | Address = 0 |
LVSectionIndex | SectionIndex = 0 |
bool | IsComdat = false |
Definition at line 36 of file LVBinaryReader.h.
|
default |
|
inline |
Definition at line 42 of file LVBinaryReader.h.
References Address, IsComdat, Scope, and SectionIndex.
LVAddress llvm::logicalview::LVSymbolTableEntry::Address = 0 |
Definition at line 38 of file LVBinaryReader.h.
Referenced by LVSymbolTableEntry().
bool llvm::logicalview::LVSymbolTableEntry::IsComdat = false |
Definition at line 40 of file LVBinaryReader.h.
Referenced by LVSymbolTableEntry().
LVScope* llvm::logicalview::LVSymbolTableEntry::Scope = nullptr |
Definition at line 37 of file LVBinaryReader.h.
Referenced by LVSymbolTableEntry().
LVSectionIndex llvm::logicalview::LVSymbolTableEntry::SectionIndex = 0 |
Definition at line 39 of file LVBinaryReader.h.
Referenced by LVSymbolTableEntry().