LLVM 19.0.0git
Public Attributes | List of all members
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 828 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::encryption_info_command_64::cmd

Definition at line 829 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::encryption_info_command_64::cmdsize

Definition at line 830 of file MachO.h.

◆ cryptid

uint32_t llvm::MachO::encryption_info_command_64::cryptid

Definition at line 833 of file MachO.h.

◆ cryptoff

uint32_t llvm::MachO::encryption_info_command_64::cryptoff

Definition at line 831 of file MachO.h.

◆ cryptsize

uint32_t llvm::MachO::encryption_info_command_64::cryptsize

Definition at line 832 of file MachO.h.

◆ pad

uint32_t llvm::MachO::encryption_info_command_64::pad

Definition at line 834 of file MachO.h.


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