LLVM  8.0.1
Public Attributes | List of all members
llvm::MachO::prebound_dylib_command Struct Reference

#include "llvm/BinaryFormat/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 634 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::prebound_dylib_command::cmd

Definition at line 635 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ cmdsize

uint32_t llvm::MachO::prebound_dylib_command::cmdsize

Definition at line 636 of file MachO.h.

Referenced by llvm::MachO::swapStruct().

◆ linked_modules

uint32_t llvm::MachO::prebound_dylib_command::linked_modules

◆ name

uint32_t llvm::MachO::prebound_dylib_command::name

◆ nmodules

uint32_t llvm::MachO::prebound_dylib_command::nmodules

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