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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t cksum
 

Detailed Description

Definition at line 783 of file MachO.h.

Member Data Documentation

◆ cksum

uint32_t llvm::MachO::prebind_cksum_command::cksum

Definition at line 786 of file MachO.h.

◆ cmd

uint32_t llvm::MachO::prebind_cksum_command::cmd

Definition at line 784 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::prebind_cksum_command::cmdsize

Definition at line 785 of file MachO.h.


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