LLVM 18.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 826 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::encryption_info_command::cmd

Definition at line 827 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::encryption_info_command::cmdsize

Definition at line 828 of file MachO.h.

◆ cryptid

uint32_t llvm::MachO::encryption_info_command::cryptid

Definition at line 831 of file MachO.h.

◆ cryptoff

uint32_t llvm::MachO::encryption_info_command::cryptoff

Definition at line 829 of file MachO.h.

◆ cryptsize

uint32_t llvm::MachO::encryption_info_command::cryptsize

Definition at line 830 of file MachO.h.


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