LLVM 20.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Attributes | |
Elf_Sxword | r_addend |
Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< Endianness, true >, false > | |
Elf_Addr | r_offset |
Elf_Xword | r_info |
Static Public Attributes | |
static const bool | HasAddend = true |
static const bool | IsCrel = false |
Static Public Attributes inherited from llvm::object::Elf_Rel_Impl< ELFType< Endianness, true >, false > | |
static const bool | HasAddend = false |
static const bool | IsCrel = false |
Additional Inherited Members | |
Public Member Functions inherited from llvm::object::Elf_Rel_Impl< ELFType< Endianness, true >, false > | |
uint64_t | getRInfo (bool isMips64EL) const |
void | setRInfo (uint64_t R, bool IsMips64EL) |
uint32_t | getSymbol (bool isMips64EL) const |
uint32_t | getType (bool isMips64EL) const |
void | setSymbol (uint32_t s, bool IsMips64EL) |
void | setType (uint32_t t, bool IsMips64EL) |
void | setSymbolAndType (uint32_t s, uint32_t t, bool IsMips64EL) |
Definition at line 479 of file ELFTypes.h.
|
static |
Definition at line 482 of file ELFTypes.h.
|
static |
Definition at line 483 of file ELFTypes.h.
Elf_Sxword llvm::object::Elf_Rel_Impl< ELFType< Endianness, true >, true >::r_addend |
Definition at line 484 of file ELFTypes.h.