|
LLVM 22.0.0git
|
RelocAddrEntry contains relocated value and section index. More...
#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
Public Attributes | |
| uint64_t | SectionIndex |
| object::RelocationRef | Reloc |
| uint64_t | SymbolValue |
| std::optional< object::RelocationRef > | Reloc2 |
| uint64_t | SymbolValue2 |
| object::RelocationResolver | Resolver |
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.
| object::RelocationRef llvm::RelocAddrEntry::Reloc |
Definition at line 23 of file DWARFRelocMap.h.
| std::optional<object::RelocationRef> llvm::RelocAddrEntry::Reloc2 |
Definition at line 25 of file DWARFRelocMap.h.
| object::RelocationResolver llvm::RelocAddrEntry::Resolver |
Definition at line 27 of file DWARFRelocMap.h.
| uint64_t llvm::RelocAddrEntry::SectionIndex |
Definition at line 22 of file DWARFRelocMap.h.
| uint64_t llvm::RelocAddrEntry::SymbolValue |
Definition at line 24 of file DWARFRelocMap.h.
| uint64_t llvm::RelocAddrEntry::SymbolValue2 |
Definition at line 26 of file DWARFRelocMap.h.