LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/MachOBuilder.h"
Public Member Functions | |
Reloc (int32_t Offset, RelocTarget Target, bool PCRel, unsigned Length, unsigned Type) | |
MachO::relocation_info & | rawStruct () |
Public Attributes | |
RelocTarget | Target |
Public Attributes inherited from llvm::MachO::relocation_info | |
int32_t | r_address |
uint32_t | r_symbolnum: 24 |
uint32_t | r_pcrel: 1 |
uint32_t | r_length: 2 |
uint32_t | r_extern: 1 |
uint32_t | r_type: 4 |
Definition at line 204 of file MachOBuilder.h.
|
inline |
Definition at line 207 of file MachOBuilder.h.
References assert(), llvm::Length, llvm::Offset, llvm::MachO::relocation_info::r_address, llvm::MachO::relocation_info::r_extern, llvm::MachO::relocation_info::r_length, llvm::MachO::relocation_info::r_pcrel, llvm::MachO::relocation_info::r_symbolnum, and llvm::MachO::relocation_info::r_type.
|
inline |
Definition at line 219 of file MachOBuilder.h.
RelocTarget llvm::orc::MachOBuilder< MachOTraits >::Reloc::Target |
Definition at line 205 of file MachOBuilder.h.