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

#include <MachO.h>

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

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 805 of file Support/MachO.h.

Member Data Documentation

uint32_t llvm::MachO::encryption_info_command_64::cmd

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

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

uint32_t llvm::MachO::encryption_info_command_64::cmdsize

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

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

uint32_t llvm::MachO::encryption_info_command_64::cryptid

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

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

uint32_t llvm::MachO::encryption_info_command_64::cryptoff

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

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

uint32_t llvm::MachO::encryption_info_command_64::cryptsize

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

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

uint32_t llvm::MachO::encryption_info_command_64::pad

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

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


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