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 |
|
Construct a Mach‐O relocation record from its field values. |
Return the address field appropriate for this relocation kind. |
|
Return the relocation fields packed into a Mach‐O relocation word. |
|
Return the raw section offset stored in |
Created with MrDocs