struct RelocAddrEntry
Declaration
struct RelocAddrEntry { /* full declaration omitted */ };
Description
RelocAddrEntry contains relocated value and section index. Section index is -1LL if relocation points to absolute symbol.
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h:20
Member Variables
- public uint64_t SectionIndex
- public object::RelocationRef Reloc
- public uint64_t SymbolValue
- public Optional<object::RelocationRef> Reloc2
- public uint64_t SymbolValue2
- public object::RelocationResolver Resolver