LLVM  8.0.1
Public Attributes | List of all members
SymInfo Struct Reference

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

Collaboration diagram for SymInfo:
Collaboration graph
[legend]

Public Attributes

uint64_t Address
 
uint64_t SectionIndex
 

Detailed Description

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

Definition at line 1155 of file DWARFContext.cpp.

Member Data Documentation

◆ Address

uint64_t SymInfo::Address

Definition at line 1156 of file DWARFContext.cpp.

Referenced by getSymbolInfo().

◆ SectionIndex

uint64_t SymInfo::SectionIndex

Definition at line 1157 of file DWARFContext.cpp.

Referenced by getSymbolInfo().


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