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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
char data_owner [16]
 
uint64_t offset
 
uint64_t size
 

Detailed Description

Definition at line 845 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::note_command::cmd

Definition at line 846 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::note_command::cmdsize

Definition at line 847 of file MachO.h.

◆ data_owner

char llvm::MachO::note_command::data_owner[16]

Definition at line 848 of file MachO.h.

◆ offset

uint64_t llvm::MachO::note_command::offset

Definition at line 849 of file MachO.h.

Referenced by checkNoteCommand().

◆ size

uint64_t llvm::MachO::note_command::size

Definition at line 850 of file MachO.h.

Referenced by checkNoteCommand().


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