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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t cmd
 
uint32_t cmdsize
 
uint32_t path
 

Detailed Description

Definition at line 795 of file MachO.h.

Member Data Documentation

◆ cmd

uint32_t llvm::MachO::rpath_command::cmd

Definition at line 796 of file MachO.h.

Referenced by buildRPathLoadCommand(), and llvm::MachO::swapStruct().

◆ cmdsize

uint32_t llvm::MachO::rpath_command::cmdsize

Definition at line 797 of file MachO.h.

Referenced by buildRPathLoadCommand(), and llvm::MachO::swapStruct().

◆ path

uint32_t llvm::MachO::rpath_command::path

Definition at line 798 of file MachO.h.

Referenced by buildRPathLoadCommand(), and llvm::MachO::swapStruct().


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