|
LLVM
3.7.0
|
#include <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 |
Definition at line 324 of file ELFTypes.h.
|
inline |
Definition at line 329 of file ELFTypes.h.
|
inline |
Definition at line 340 of file ELFTypes.h.
|
inline |
Definition at line 343 of file ELFTypes.h.
|
inline |
Definition at line 333 of file ELFTypes.h.
|
inline |
Definition at line 346 of file ELFTypes.h.
References llvm::Intrinsic::getType().
|
inline |
Definition at line 352 of file ELFTypes.h.
|
inline |
Definition at line 349 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, false >, false >::r_info |
Definition at line 327 of file ELFTypes.h.
| Elf_Addr llvm::object::Elf_Rel_Impl< ELFType< TargetEndianness, false >, false >::r_offset |
Definition at line 326 of file ELFTypes.h.
1.8.6