LLVM
8.0.1
|
RelocAddrEntry contains relocated value and section index. More...
#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
Public Attributes | |
uint64_t | SectionIndex |
uint64_t | Value |
RelocAddrEntry contains relocated value and section index.
Section index is -1LL if relocation points to absolute symbol.
Definition at line 20 of file DWARFRelocMap.h.
uint64_t llvm::RelocAddrEntry::SectionIndex |
Definition at line 21 of file DWARFRelocMap.h.
Referenced by llvm::DWARFDataExtractor::getRelocatedValue().
uint64_t llvm::RelocAddrEntry::Value |
Definition at line 22 of file DWARFRelocMap.h.
Referenced by llvm::DWARFDataExtractor::getRelocatedValue().