LLVM 17.0.0git
Public Attributes | List of all members
llvm::MachO::relocation_info Struct Reference

#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
 

Detailed Description

Definition at line 980 of file MachO.h.

Member Data Documentation

◆ r_address

int32_t llvm::MachO::relocation_info::r_address

Definition at line 981 of file MachO.h.

Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo().

◆ r_extern

uint32_t llvm::MachO::relocation_info::r_extern

Definition at line 982 of file MachO.h.

Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo().

◆ r_length

uint32_t llvm::MachO::relocation_info::r_length

Definition at line 982 of file MachO.h.

Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo().

◆ r_pcrel

uint32_t llvm::MachO::relocation_info::r_pcrel

Definition at line 982 of file MachO.h.

Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo().

◆ r_symbolnum

uint32_t llvm::MachO::relocation_info::r_symbolnum

Definition at line 982 of file MachO.h.

Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo().

◆ r_type

uint32_t llvm::MachO::relocation_info::r_type

Definition at line 983 of file MachO.h.

Referenced by llvm::jitlink::MachOLinkGraphBuilder::getRelocationInfo().


The documentation for this struct was generated from the following file: