LLVM
15.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
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) |
Public Attributes | |
Elf_Addr | r_offset |
Elf_Xword | r_info |
Static Public Attributes | |
static const bool | IsRela = false |
Definition at line 427 of file ELFTypes.h.
|
inline |
Definition at line 433 of file ELFTypes.h.
References isMips64EL().
|
inline |
Definition at line 454 of file ELFTypes.h.
References isMips64EL().
|
inline |
Definition at line 457 of file ELFTypes.h.
References isMips64EL().
|
inline |
Definition at line 444 of file ELFTypes.h.
|
inline |
Definition at line 460 of file ELFTypes.h.
References llvm::Intrinsic::getType(), and s.
|
inline |
Definition at line 466 of file ELFTypes.h.
References s.
|
inline |
Definition at line 463 of file ELFTypes.h.
|
static |
Definition at line 429 of file ELFTypes.h.
Elf_Xword llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, false >::r_info |
Definition at line 431 of file ELFTypes.h.
Elf_Addr llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, true >, false >::r_offset |
Definition at line 430 of file ELFTypes.h.