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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
uint32_t cmdsize
uint32_t cryptoff
uint32_t cryptsize
uint32_t cryptid

Detailed Description

Definition at line 877 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::encryption_info_command::cmd

Definition at line 878 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::encryption_info_command::cmdsize

Definition at line 879 of file MachO.h.

◆ cryptid

uint32_t llvm::MachO::encryption_info_command::cryptid

Definition at line 882 of file MachO.h.

◆ cryptoff

uint32_t llvm::MachO::encryption_info_command::cryptoff

Definition at line 880 of file MachO.h.

◆ cryptsize

uint32_t llvm::MachO::encryption_info_command::cryptsize

Definition at line 881 of file MachO.h.


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