LLVM API Documentation
#include <ELF.h>

Public Member Functions | |
| Elf64_Word | getSymbol () const |
| Elf64_Word | getType () const |
| void | setSymbol (Elf64_Word s) |
| void | setType (Elf64_Word t) |
| void | setSymbolAndType (Elf64_Word s, Elf64_Word t) |
Public Attributes | |
| Elf64_Addr | r_offset |
| Elf64_Xword | r_info |
| Elf64_Sxword | r_addend |
Definition at line 1592 of file Support/ELF.h.
| Elf64_Word llvm::ELF::Elf64_Rela::getSymbol | ( | ) | const [inline] |
| Elf64_Word llvm::ELF::Elf64_Rela::getType | ( | ) | const [inline] |
| void llvm::ELF::Elf64_Rela::setSymbol | ( | Elf64_Word | s | ) | [inline] |
Definition at line 1603 of file Support/ELF.h.
References getType(), and setSymbolAndType().
| void llvm::ELF::Elf64_Rela::setSymbolAndType | ( | Elf64_Word | s, |
| Elf64_Word | t | ||
| ) | [inline] |
Definition at line 1605 of file Support/ELF.h.
References r_info.
Referenced by setSymbol(), and setType().
| void llvm::ELF::Elf64_Rela::setType | ( | Elf64_Word | t | ) | [inline] |
Definition at line 1604 of file Support/ELF.h.
References getSymbol(), and setSymbolAndType().
Definition at line 1595 of file Support/ELF.h.
Definition at line 1594 of file Support/ELF.h.
Referenced by getSymbol(), getType(), and setSymbolAndType().
Definition at line 1593 of file Support/ELF.h.