LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachO::sub_library_command Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t sub_library
 

Detailed Description

Definition at line 644 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::sub_library_command::cmd

Definition at line 645 of file MachO.h.

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

◆ cmdsize

uint32_t llvm::MachO::sub_library_command::cmdsize

Definition at line 646 of file MachO.h.

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

◆ sub_library

uint32_t llvm::MachO::sub_library_command::sub_library

Definition at line 647 of file MachO.h.

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


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