LLVM API Documentation

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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t init_address
 
uint32_t init_module
 
uint32_t reserved1
 
uint32_t reserved2
 
uint32_t reserved3
 
uint32_t reserved4
 
uint32_t reserved5
 
uint32_t reserved6
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::routines_command::cmd

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

uint32_t llvm::MachO::routines_command::cmdsize

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

uint32_t llvm::MachO::routines_command::init_address

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

uint32_t llvm::MachO::routines_command::init_module

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

uint32_t llvm::MachO::routines_command::reserved1

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

uint32_t llvm::MachO::routines_command::reserved2

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

uint32_t llvm::MachO::routines_command::reserved3

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

uint32_t llvm::MachO::routines_command::reserved4

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

uint32_t llvm::MachO::routines_command::reserved5

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

uint32_t llvm::MachO::routines_command::reserved6

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


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