LLVM API Documentation
#include <ELFTypes.h>

Public Member Functions | |
| uint64_t | getRInfo (bool isMips64EL) const |
| void | setRInfo (uint64_t R) |
Public Attributes | |
| Elf_Addr | r_offset |
| Elf_Xword | r_info |
Definition at line 305 of file ELFTypes.h.
| uint64_t llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, false >::getRInfo | ( | bool | isMips64EL | ) | const [inline] |
Definition at line 310 of file ELFTypes.h.
| void llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, false >::setRInfo | ( | uint64_t | R | ) | [inline] |
Definition at line 320 of file ELFTypes.h.
| Elf_Xword llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, false >::r_info |
Definition at line 308 of file ELFTypes.h.
| Elf_Addr llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, true >, false >::r_offset |
Definition at line 307 of file ELFTypes.h.