|
LLVM 23.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
| uint32_t | getRInfo (bool isMips64EL) const |
| void | setRInfo (uint32_t R, bool IsMips64EL) |
| uint32_t | getSymbol (bool isMips64EL) const |
| unsigned char | getType (bool isMips64EL) const |
| void | setSymbol (uint32_t s, bool IsMips64EL) |
| void | setType (unsigned char t, bool IsMips64EL) |
| void | setSymbolAndType (uint32_t s, unsigned char t, bool IsMips64EL) |
Public Attributes | |
| Elf_Addr | r_offset |
| Elf_Word | r_info |
Static Public Attributes | |
| static const bool | HasAddend = false |
| static const bool | IsCrel = false |
Definition at line 401 of file ELFTypes.h.
|
inline |
Definition at line 408 of file ELFTypes.h.
References assert(), getRInfo(), isMips64EL(), and r_info.
Referenced by getRInfo(), getSymbol(), and getType().
|
inline |
Definition at line 419 of file ELFTypes.h.
References getRInfo(), and isMips64EL().
Referenced by setType().
|
inline |
Definition at line 422 of file ELFTypes.h.
References getRInfo(), and isMips64EL().
|
inline |
Definition at line 412 of file ELFTypes.h.
References assert(), and r_info.
Referenced by setSymbolAndType().
|
inline |
Definition at line 425 of file ELFTypes.h.
References getType(), and setSymbolAndType().
|
inline |
Definition at line 431 of file ELFTypes.h.
References setRInfo().
Referenced by setSymbol(), and setType().
|
inline |
Definition at line 428 of file ELFTypes.h.
References getSymbol(), and setSymbolAndType().
|
static |
Definition at line 403 of file ELFTypes.h.
|
static |
Definition at line 404 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, false >::r_info |
Definition at line 406 of file ELFTypes.h.
Referenced by getRInfo(), and setRInfo().
| Elf_Addr llvm::object::Elf_Rel_Impl< ELFType< Endianness, false >, false >::r_offset |
Definition at line 405 of file ELFTypes.h.