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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

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

Detailed Description

Definition at line 828 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::note_command::cmd

Definition at line 829 of file MachO.h.

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

◆ cmdsize

uint32_t llvm::MachO::note_command::cmdsize

Definition at line 830 of file MachO.h.

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

◆ data_owner

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

Definition at line 831 of file MachO.h.

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

◆ offset

uint64_t llvm::MachO::note_command::offset

◆ size

uint64_t llvm::MachO::note_command::size

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