LLVM API Documentation
#include <ELF.h>
Public Member Functions | |
Elf32_Word | getSymbol () const |
unsigned char | getType () const |
void | setSymbol (Elf32_Word s) |
void | setType (unsigned char t) |
void | setSymbolAndType (Elf32_Word s, unsigned char t) |
Public Attributes | |
Elf32_Addr | r_offset |
Elf32_Word | r_info |
Elf32_Sword | r_addend |
Definition at line 1557 of file Support/ELF.h.
Elf32_Word llvm::ELF::Elf32_Rela::getSymbol | ( | ) | const [inline] |
unsigned char llvm::ELF::Elf32_Rela::getType | ( | ) | const [inline] |
void llvm::ELF::Elf32_Rela::setSymbol | ( | Elf32_Word | s | ) | [inline] |
Definition at line 1566 of file Support/ELF.h.
References getType(), and setSymbolAndType().
void llvm::ELF::Elf32_Rela::setSymbolAndType | ( | Elf32_Word | s, |
unsigned char | t | ||
) | [inline] |
Definition at line 1568 of file Support/ELF.h.
References r_info.
Referenced by setSymbol(), and setType().
void llvm::ELF::Elf32_Rela::setType | ( | unsigned char | t | ) | [inline] |
Definition at line 1567 of file Support/ELF.h.
References getSymbol(), and setSymbolAndType().
Definition at line 1560 of file Support/ELF.h.
Definition at line 1559 of file Support/ELF.h.
Referenced by getSymbol(), getType(), and setSymbolAndType().
Definition at line 1558 of file Support/ELF.h.