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

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::encryption_info_command::cmd

Definition at line 821 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::encryption_info_command::cmdsize

Definition at line 822 of file MachO.h.

◆ cryptid

uint32_t llvm::MachO::encryption_info_command::cryptid

Definition at line 825 of file MachO.h.

◆ cryptoff

uint32_t llvm::MachO::encryption_info_command::cryptoff

Definition at line 823 of file MachO.h.

◆ cryptsize

uint32_t llvm::MachO::encryption_info_command::cryptsize

Definition at line 824 of file MachO.h.


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