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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint8_t uuid [16]
 

Detailed Description

Definition at line 789 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::uuid_command::cmd

Definition at line 790 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::uuid_command::cmdsize

Definition at line 791 of file MachO.h.

◆ uuid

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

Definition at line 792 of file MachO.h.


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