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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t offset
 
uint32_t nhints
 

Detailed Description

Definition at line 770 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::twolevel_hints_command::cmd

Definition at line 771 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::twolevel_hints_command::cmdsize

Definition at line 772 of file MachO.h.

◆ nhints

uint32_t llvm::MachO::twolevel_hints_command::nhints

Definition at line 774 of file MachO.h.

Referenced by checkTwoLevelHintsCommand().

◆ offset

uint32_t llvm::MachO::twolevel_hints_command::offset

Definition at line 773 of file MachO.h.

Referenced by checkTwoLevelHintsCommand().


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