LLVM 18.0.0git
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
uint32_t | cmd |
uint32_t | cmdsize |
uint32_t | path |
uint32_t llvm::MachO::rpath_command::cmd |
Definition at line 802 of file MachO.h.
Referenced by buildRPathLoadCommand(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::rpath_command::cmdsize |
Definition at line 803 of file MachO.h.
Referenced by buildRPathLoadCommand(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::rpath_command::path |
Definition at line 804 of file MachO.h.
Referenced by buildRPathLoadCommand(), and llvm::MachO::swapStruct().