MachORelocation ‐ This struct contains information about each relocation that needs to be emitted to the file. see <mach‐o/reloc.h>

Synopsis

Declared in <llvm/CodeGen/MachORelocation.h>

class MachORelocation;

Member Functions

Name

Description

MachORelocation [constructor]

Construct a Mach‐O relocation record from its field values.

getAddress

Return the address field appropriate for this relocation kind.

getPackedFields

Return the relocation fields packed into a Mach‐O relocation word.

getRawAddress

Return the raw section offset stored in r_address.

Created with MrDocs