LLVM
8.0.1
|
SymInfo contains information about symbol: it's address and section index which is -1LL for absolute symbols. More...
Public Attributes | |
uint64_t | Address |
uint64_t | SectionIndex |
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.
uint64_t SymInfo::Address |
Definition at line 1156 of file DWARFContext.cpp.
Referenced by getSymbolInfo().
uint64_t SymInfo::SectionIndex |
Definition at line 1157 of file DWARFContext.cpp.
Referenced by getSymbolInfo().