LLVM API Documentation
#include <MCELFObjectWriter.h>
Public Member Functions | |
ELFRelocationEntry () | |
ELFRelocationEntry (uint64_t RelocOffset, int Idx, unsigned RelType, const MCSymbol *Sym, uint64_t Addend, const MCFixup &Fixup) | |
Public Attributes | |
uint64_t | r_offset |
int | Index |
unsigned | Type |
const MCSymbol * | Symbol |
uint64_t | r_addend |
const MCFixup * | Fixup |
Definition at line 29 of file MCELFObjectWriter.h.
|
inline |
Definition at line 38 of file MCELFObjectWriter.h.
|
inline |
Definition at line 41 of file MCELFObjectWriter.h.
const MCFixup* llvm::ELFRelocationEntry::Fixup |
Definition at line 36 of file MCELFObjectWriter.h.
int llvm::ELFRelocationEntry::Index |
Definition at line 32 of file MCELFObjectWriter.h.
Referenced by cmpRel().
uint64_t llvm::ELFRelocationEntry::r_addend |
Definition at line 35 of file MCELFObjectWriter.h.
uint64_t llvm::ELFRelocationEntry::r_offset |
Definition at line 31 of file MCELFObjectWriter.h.
Referenced by cmpRel().
const MCSymbol* llvm::ELFRelocationEntry::Symbol |
Definition at line 34 of file MCELFObjectWriter.h.
unsigned llvm::ELFRelocationEntry::Type |
Definition at line 33 of file MCELFObjectWriter.h.
Referenced by cmpRel().