LLVM API Documentation
#include <ELFTypes.h>

Public Member Functions | |
| uint32_t | getRInfo (bool isMips64EL) const |
| void | setRInfo (uint32_t R) |
Public Attributes | |
| Elf_Addr | r_offset |
| Elf_Word | r_info |
Definition at line 292 of file ELFTypes.h.
| uint32_t llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, false >::getRInfo | ( | bool | isMips64EL | ) | const [inline] |
Definition at line 297 of file ELFTypes.h.
| void llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, false >::setRInfo | ( | uint32_t | R | ) | [inline] |
Definition at line 301 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, false >::r_info |
Definition at line 295 of file ELFTypes.h.
| Elf_Addr llvm::object::Elf_Rel_Base< ELFType< TargetEndianness, MaxAlign, false >, false >::r_offset |
Definition at line 294 of file ELFTypes.h.