LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MachO::relocation_info Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::relocation_info:
Collaboration graph
[legend]

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 829 of file Support/MachO.h.

Member Data Documentation

int32_t llvm::MachO::relocation_info::r_address

Definition at line 830 of file Support/MachO.h.

uint32_t llvm::MachO::relocation_info::r_extern

Definition at line 831 of file Support/MachO.h.

uint32_t llvm::MachO::relocation_info::r_length

Definition at line 831 of file Support/MachO.h.

uint32_t llvm::MachO::relocation_info::r_pcrel

Definition at line 831 of file Support/MachO.h.

uint32_t llvm::MachO::relocation_info::r_symbolnum

Definition at line 831 of file Support/MachO.h.

uint32_t llvm::MachO::relocation_info::r_type

Definition at line 831 of file Support/MachO.h.


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