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

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

#include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"

Collaboration diagram for llvm::RelocAddrEntry:
Collaboration graph
[legend]

Public Attributes

uint64_t SectionIndex
 
uint64_t Value
 

Detailed Description

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.

Member Data Documentation

◆ SectionIndex

uint64_t llvm::RelocAddrEntry::SectionIndex

Definition at line 21 of file DWARFRelocMap.h.

Referenced by llvm::DWARFDataExtractor::getRelocatedValue().

◆ Value

uint64_t llvm::RelocAddrEntry::Value

Definition at line 22 of file DWARFRelocMap.h.

Referenced by llvm::DWARFDataExtractor::getRelocatedValue().


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