LLVM 22.0.0git
SymInfo Struct Reference

SymInfo contains information about symbol: it's address and section index which is -1LL for absolute symbols. More...

Public Attributes

uint64_t Address = 0
uint64_t SectionIndex = 0

Detailed Description

SymInfo contains information about symbol: it's address and section index which is -1LL for absolute symbols.

Definition at line 1904 of file DWARFContext.cpp.

Member Data Documentation

◆ Address

uint64_t SymInfo::Address = 0

Definition at line 1905 of file DWARFContext.cpp.

◆ SectionIndex

uint64_t SymInfo::SectionIndex = 0

Definition at line 1906 of file DWARFContext.cpp.


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