#include <MachORelocation.h>
MachORelocation - This struct contains information about each relocation that needs to be emitted to the file. see <mach-o/reloc.h>
Definition at line 25 of file MachORelocation.h.
llvm::MachORelocation::MachORelocation |
( |
uint32_t |
addr, |
|
|
uint32_t |
index, |
|
|
bool |
pcrel, |
|
|
uint8_t |
len, |
|
|
bool |
ext, |
|
|
uint8_t |
type, |
|
|
bool |
scattered = false , |
|
|
int32_t |
value = 0 |
|
) |
| |
|
inline |
uint32_t llvm::MachORelocation::getAddress |
( |
| ) |
const |
|
inline |
uint32_t llvm::MachORelocation::getPackedFields |
( |
| ) |
const |
|
inline |
uint32_t llvm::MachORelocation::getRawAddress |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: