LLVM 19.0.0git
Public Attributes | List of all members
llvm::RelocAddrEntry Struct Reference

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::RelocationRefReloc2
 
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

object::RelocationRef llvm::RelocAddrEntry::Reloc

Definition at line 23 of file DWARFRelocMap.h.

◆ Reloc2

std::optional<object::RelocationRef> llvm::RelocAddrEntry::Reloc2

Definition at line 25 of file DWARFRelocMap.h.

◆ Resolver

object::RelocationResolver llvm::RelocAddrEntry::Resolver

Definition at line 27 of file DWARFRelocMap.h.

◆ SectionIndex

uint64_t llvm::RelocAddrEntry::SectionIndex

Definition at line 22 of file DWARFRelocMap.h.

◆ SymbolValue

uint64_t llvm::RelocAddrEntry::SymbolValue

Definition at line 24 of file DWARFRelocMap.h.

◆ SymbolValue2

uint64_t llvm::RelocAddrEntry::SymbolValue2

Definition at line 26 of file DWARFRelocMap.h.


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