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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t name
 
uint32_t header_addr
 

Detailed Description

Definition at line 923 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::fvmfile_command::cmd

Definition at line 924 of file MachO.h.

◆ cmdsize

uint32_t llvm::MachO::fvmfile_command::cmdsize

Definition at line 925 of file MachO.h.

◆ header_addr

uint32_t llvm::MachO::fvmfile_command::header_addr

Definition at line 927 of file MachO.h.

◆ name

uint32_t llvm::MachO::fvmfile_command::name

Definition at line 926 of file MachO.h.


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