LLVM
8.0.1
|
MachORelocation - This struct contains information about each relocation that needs to be emitted to the file. More...
#include "llvm/CodeGen/MachORelocation.h"
Public Member Functions | |
uint32_t | getPackedFields () const |
uint32_t | getAddress () const |
uint32_t | getRawAddress () const |
MachORelocation (uint32_t addr, uint32_t index, bool pcrel, uint8_t len, bool ext, uint8_t type, bool scattered=false, int32_t value=0) | |
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.
|
inline |
Definition at line 47 of file MachORelocation.h.
|
inline |
Definition at line 44 of file MachORelocation.h.
|
inline |
Definition at line 36 of file MachORelocation.h.
|
inline |
Definition at line 45 of file MachORelocation.h.