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

#include <MachO.h>

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint8_t uuid [16]
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::uuid_command::cmd

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

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

uint32_t llvm::MachO::uuid_command::cmdsize

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

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

uint8_t llvm::MachO::uuid_command::uuid[16]

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


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