LLVM API Documentation

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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t name
 
uint32_t nmodules
 
uint32_t linked_modules
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::prebound_dylib_command::cmd

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

uint32_t llvm::MachO::prebound_dylib_command::cmdsize

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

uint32_t llvm::MachO::prebound_dylib_command::linked_modules

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

uint32_t llvm::MachO::prebound_dylib_command::name

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

uint32_t llvm::MachO::prebound_dylib_command::nmodules

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


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