#include <DWARFExpression.h>
Definition at line 40 of file DWARFExpression.h.
◆ Delegate() [1/2]
lldb_private::DWARFExpression::Delegate::Delegate |
( |
| ) |
|
|
default |
◆ ~Delegate()
virtual lldb_private::DWARFExpression::Delegate::~Delegate |
( |
| ) |
|
|
virtualdefault |
◆ Delegate() [2/2]
lldb_private::DWARFExpression::Delegate::Delegate |
( |
const Delegate & | | ) |
|
|
delete |
◆ GetAddressByteSize()
virtual uint8_t lldb_private::DWARFExpression::Delegate::GetAddressByteSize |
( |
| ) |
const |
|
pure virtual |
◆ GetBaseAddress()
virtual dw_addr_t lldb_private::DWARFExpression::Delegate::GetBaseAddress |
( |
| ) |
const |
|
pure virtual |
◆ GetDIEBitSizeAndSign()
virtual llvm::Expected< std::pair< uint64_t, bool > > lldb_private::DWARFExpression::Delegate::GetDIEBitSizeAndSign |
( |
uint64_t | relative_die_offset | ) |
const |
|
pure virtual |
◆ GetVendorDWARFOpcodeSize()
◆ GetVersion()
virtual uint16_t lldb_private::DWARFExpression::Delegate::GetVersion |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
Delegate & lldb_private::DWARFExpression::Delegate::operator= |
( |
const Delegate & | | ) |
|
|
delete |
◆ ParseVendorDWARFOpcode()
◆ ReadAddressFromDebugAddrSection()
virtual dw_addr_t lldb_private::DWARFExpression::Delegate::ReadAddressFromDebugAddrSection |
( |
uint32_t | index | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: