LLVM 20.0.0git
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
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 |
int32_t llvm::MachO::relocation_info::r_address |
Definition at line 980 of file MachO.h.
Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo(), and llvm::orc::MachOBuilder< MachOTraits >::Reloc::Reloc().
uint32_t llvm::MachO::relocation_info::r_extern |
Definition at line 981 of file MachO.h.
Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo(), and llvm::orc::MachOBuilder< MachOTraits >::Reloc::Reloc().
uint32_t llvm::MachO::relocation_info::r_length |
Definition at line 981 of file MachO.h.
Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo(), and llvm::orc::MachOBuilder< MachOTraits >::Reloc::Reloc().
uint32_t llvm::MachO::relocation_info::r_pcrel |
Definition at line 981 of file MachO.h.
Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo(), and llvm::orc::MachOBuilder< MachOTraits >::Reloc::Reloc().
uint32_t llvm::MachO::relocation_info::r_symbolnum |
Definition at line 981 of file MachO.h.
Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo(), and llvm::orc::MachOBuilder< MachOTraits >::Reloc::Reloc().
uint32_t llvm::MachO::relocation_info::r_type |
Definition at line 982 of file MachO.h.
Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo(), and llvm::orc::MachOBuilder< MachOTraits >::Reloc::Reloc().