|
LLVM 22.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 199 of file MachOBuilder.h.
|
inline |
Definition at line 202 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, llvm::MachO::relocation_info::r_type, and Target.
|
inline |
Definition at line 214 of file MachOBuilder.h.
| RelocTarget llvm::orc::MachOBuilder< MachOTraits >::Reloc::Target |
Definition at line 200 of file MachOBuilder.h.
Referenced by Reloc().