LLVM 20.0.0git
|
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 24 of file MachORelocation.h.
|
inline |
Definition at line 46 of file MachORelocation.h.
|
inline |
Definition at line 43 of file MachORelocation.h.
|
inline |
Definition at line 35 of file MachORelocation.h.
|
inline |
Definition at line 44 of file MachORelocation.h.