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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
uint32_t cmdsize
uint32_t cryptoff
uint32_t cryptsize
uint32_t cryptid
uint32_t pad

Detailed Description

Definition at line 885 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::encryption_info_command_64::cmd

Definition at line 886 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::encryption_info_command_64::cmdsize

Definition at line 887 of file MachO.h.

◆ cryptid

uint32_t llvm::MachO::encryption_info_command_64::cryptid

Definition at line 890 of file MachO.h.

◆ cryptoff

uint32_t llvm::MachO::encryption_info_command_64::cryptoff

Definition at line 888 of file MachO.h.

◆ cryptsize

uint32_t llvm::MachO::encryption_info_command_64::cryptsize

Definition at line 889 of file MachO.h.

◆ pad

uint32_t llvm::MachO::encryption_info_command_64::pad

Definition at line 891 of file MachO.h.


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