LLDB mainline
EntitySymbol Class Reference
Inheritance diagram for EntitySymbol:
[legend]

Public Member Functions

 EntitySymbol (const Symbol &symbol)
void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Status &err) override
void Dematerialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, lldb::addr_t frame_top, lldb::addr_t frame_bottom, Status &err) override
void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) override
void Wipe (IRMemoryMap &map, lldb::addr_t process_address) override
Public Member Functions inherited from lldb_private::Materializer::Entity
 Entity ()=default
virtual ~Entity ()=default
uint32_t GetAlignment ()
uint32_t GetSize ()
uint32_t GetOffset ()
void SetOffset (uint32_t offset)

Private Attributes

Symbol m_symbol

Additional Inherited Members

Protected Attributes inherited from lldb_private::Materializer::Entity
uint32_t m_alignment = 1
uint32_t m_size = 0
uint32_t m_offset = 0

Detailed Description

Definition at line 1223 of file Materializer.cpp.

Constructor & Destructor Documentation

◆ EntitySymbol()

Member Function Documentation

◆ Dematerialize()

void EntitySymbol::Dematerialize ( lldb::StackFrameSP & frame_sp,
IRMemoryMap & map,
lldb::addr_t process_address,
lldb::addr_t frame_top,
lldb::addr_t frame_bottom,
Status & err )
inlineoverridevirtual

◆ DumpToLog()

◆ Materialize()

◆ Wipe()

void EntitySymbol::Wipe ( IRMemoryMap & map,
lldb::addr_t process_address )
inlineoverridevirtual

Implements lldb_private::Materializer::Entity.

Definition at line 1327 of file Materializer.cpp.

Member Data Documentation

◆ m_symbol

Symbol EntitySymbol::m_symbol
private

Definition at line 1330 of file Materializer.cpp.

Referenced by Dematerialize(), DumpToLog(), EntitySymbol(), and Materialize().


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