LLVM 23.0.0git
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 901 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::note_command::cmd

Definition at line 902 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::note_command::cmdsize

Definition at line 903 of file MachO.h.

◆ data_owner

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

Definition at line 904 of file MachO.h.

◆ offset

uint64_t llvm::MachO::note_command::offset

Definition at line 905 of file MachO.h.

Referenced by checkNoteCommand().

◆ size

uint64_t llvm::MachO::note_command::size

Definition at line 906 of file MachO.h.

Referenced by checkNoteCommand().


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