LLVM: llvm::RelocAddrEntry Struct Reference (original) (raw)

RelocAddrEntry contains relocated value and section index. More...

#include "[llvm/DebugInfo/DWARF/DWARFRelocMap.h](DWARFRelocMap%5F8h%5Fsource.html)"

Public Attributes
uint64_t SectionIndex
object::RelocationRef Reloc
uint64_t SymbolValue
std::optional< object::RelocationRef > Reloc2
uint64_t SymbolValue2
object::RelocationResolver Resolver

Detailed Description

RelocAddrEntry contains relocated value and section index.

Section index is -1LL if relocation points to absolute symbol.

Definition at line 21 of file DWARFRelocMap.h.

Member Data Documentation

Reloc

Reloc2

Resolver

SectionIndex

uint64_t llvm::RelocAddrEntry::SectionIndex

SymbolValue

uint64_t llvm::RelocAddrEntry::SymbolValue

SymbolValue2

uint64_t llvm::RelocAddrEntry::SymbolValue2


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