LLVM API Documentation
#include <ELFRelocation.h>

Public Member Functions | |
| uint64_t | getInfo (bool is64Bit=false) const |
| uint64_t | getOffset () const |
| uint64_t | getAddress () const |
| ELFRelocation (uint64_t off, uint32_t sym, uint32_t type, bool rela=true, int64_t addend=0) | |
Definition at line 23 of file ELFRelocation.h.
| llvm::ELFRelocation::ELFRelocation | ( | uint64_t | off, | |
| uint32_t | sym, | |||
| uint32_t | type, | |||
| bool | rela = true, |
|||
| int64_t | addend = 0 | |||
| ) | [inline] |
Definition at line 43 of file ELFRelocation.h.
| uint64_t llvm::ELFRelocation::getInfo | ( | bool | is64Bit = false |
) | const [inline] |
| uint64_t llvm::ELFRelocation::getOffset | ( | ) | const [inline] |
Definition at line 40 of file ELFRelocation.h.
| uint64_t llvm::ELFRelocation::getAddress | ( | ) | const [inline] |
Definition at line 41 of file ELFRelocation.h.