LLDB mainline
Public Member Functions | Public Attributes | List of all members
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 245 of file ObjectFileMachO.h.

Constructor & Destructor Documentation

◆ LCNoteEntry()

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

Definition at line 246 of file ObjectFileMachO.h.

Member Data Documentation

◆ name

std::string ObjectFileMachO::LCNoteEntry::name

Definition at line 249 of file ObjectFileMachO.h.

◆ payload

lldb_private::StreamString ObjectFileMachO::LCNoteEntry::payload

Definition at line 251 of file ObjectFileMachO.h.

◆ payload_file_offset

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

Definition at line 250 of file ObjectFileMachO.h.


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