LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::encryption_info_command Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::encryption_info_command:
[legend]

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t cryptoff
 
uint32_t cryptsize
 
uint32_t cryptid
 

Detailed Description

Definition at line 797 of file Support/MachO.h.

Member Data Documentation

uint32_t llvm::MachO::encryption_info_command::cmd

Definition at line 798 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::encryption_info_command::cmdsize

Definition at line 799 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::encryption_info_command::cryptid

Definition at line 802 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::encryption_info_command::cryptoff

Definition at line 800 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().

uint32_t llvm::MachO::encryption_info_command::cryptsize

Definition at line 801 of file Support/MachO.h.

Referenced by llvm::MachO::swapStruct().


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