LLDB mainline
ObjectFileMachO::LCNoteEntry Struct Reference

#include <ObjectFileMachO.h>

Public Member Functions

 LCNoteEntry (uint32_t addr_byte_size, lldb::ByteOrder byte_order)

Public Attributes

std::string name
lldb::addr_t payload_file_offset = 0
lldb_private::StreamString payload

Detailed Description

Definition at line 247 of file ObjectFileMachO.h.

Constructor & Destructor Documentation

◆ LCNoteEntry()

ObjectFileMachO::LCNoteEntry::LCNoteEntry ( uint32_t addr_byte_size,
lldb::ByteOrder byte_order )
inline

Definition at line 248 of file ObjectFileMachO.h.

References payload.

Member Data Documentation

◆ name

std::string ObjectFileMachO::LCNoteEntry::name

Definition at line 251 of file ObjectFileMachO.h.

◆ payload

lldb_private::StreamString ObjectFileMachO::LCNoteEntry::payload

Definition at line 253 of file ObjectFileMachO.h.

Referenced by LCNoteEntry().

◆ payload_file_offset

lldb::addr_t ObjectFileMachO::LCNoteEntry::payload_file_offset = 0

Definition at line 252 of file ObjectFileMachO.h.


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