LLVM API Documentation
#include <ELF.h>
Collaboration diagram for llvm::ELF::Elf32_Rela:
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 256 of file ELF.h.
|
Definition at line 263 of file ELF.h. References r_info. Referenced by setType(). |
|
Definition at line 264 of file ELF.h. References r_info. Referenced by setSymbol(). |
|
Definition at line 265 of file ELF.h. References getType(), and setSymbolAndType(). |
|
Definition at line 267 of file ELF.h. References r_info. Referenced by setSymbol(), and setType(). |
|
Definition at line 266 of file ELF.h. References getSymbol(), and setSymbolAndType(). |
|
|
|
Definition at line 258 of file ELF.h. Referenced by getSymbol(), getType(), and setSymbolAndType(). |
|
|