struct LoadCommand
Declaration
struct LoadCommand { /* full declaration omitted */ };
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:84
Member Variables
- public MachO::macho_load_command MachOLoadCommand
- public std::vector<uint8_t> Payload
- public std::vector<std::unique_ptr<Section>> Sections
Method Overview
- public Optional<llvm::StringRef> getSegmentName() const
- public Optional<uint64_t> getSegmentVMAddr() const
Methods
¶Optional<llvm::StringRef> getSegmentName() const
Optional<llvm::StringRef> getSegmentName() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:102
¶Optional<uint64_t> getSegmentVMAddr() const
Optional<uint64_t> getSegmentVMAddr() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:105