LLVM API Documentation

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

#include <MachO.h>

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

Public Attributes

uint32_t r_address:24
 
uint32_t r_type:4
 
uint32_t r_length:2
 
uint32_t r_pcrel:1
 
uint32_t r_scattered:1
 
int32_t r_value
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::scattered_relocation_info::r_address

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

uint32_t llvm::MachO::scattered_relocation_info::r_length

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

uint32_t llvm::MachO::scattered_relocation_info::r_pcrel

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

uint32_t llvm::MachO::scattered_relocation_info::r_scattered

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

uint32_t llvm::MachO::scattered_relocation_info::r_type

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

int32_t llvm::MachO::scattered_relocation_info::r_value

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


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