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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint8_t uuid [16]
 

Detailed Description

Definition at line 772 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::uuid_command::cmd

Definition at line 773 of file MachO.h.

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

◆ cmdsize

uint32_t llvm::MachO::uuid_command::cmdsize

Definition at line 774 of file MachO.h.

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

◆ uuid

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

Definition at line 775 of file MachO.h.

Referenced by llvm::yaml::MappingTraits< MachO::section_64 >::mapping().


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