LLVM API Documentation

Public Attributes
llvm::MachO::relocation_info Struct Reference

#include <MachO.h>

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

List of all members.

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


Member Data Documentation

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

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

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

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

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

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


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