LLVM 23.0.0git
llvm::MachO::prebound_dylib_command Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
uint32_t cmdsize
uint32_t name
uint32_t nmodules
uint32_t linked_modules

Detailed Description

Definition at line 708 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::prebound_dylib_command::cmd

Definition at line 709 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::prebound_dylib_command::cmdsize

Definition at line 710 of file MachO.h.

◆ linked_modules

uint32_t llvm::MachO::prebound_dylib_command::linked_modules

Definition at line 713 of file MachO.h.

◆ name

uint32_t llvm::MachO::prebound_dylib_command::name

Definition at line 711 of file MachO.h.

◆ nmodules

uint32_t llvm::MachO::prebound_dylib_command::nmodules

Definition at line 712 of file MachO.h.


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