Lines Matching refs:DWARFExpression

57 DWARFExpression::DWARFExpression(DWARFUnit *dwarf_cu)  in DWARFExpression()  function in DWARFExpression
61 DWARFExpression::DWARFExpression(const DWARFExpression &rhs) in DWARFExpression() function in DWARFExpression
66 DWARFExpression::DWARFExpression(lldb::ModuleSP module_sp, in DWARFExpression() function in DWARFExpression
81 DWARFExpression::~DWARFExpression() {} in ~DWARFExpression()
83 bool DWARFExpression::IsValid() const { return m_data.GetByteSize() > 0; } in IsValid()
85 void DWARFExpression::SetOpcodeData(const DataExtractor &data) { in SetOpcodeData()
89 void DWARFExpression::CopyOpcodeData(lldb::ModuleSP module_sp, in CopyOpcodeData()
102 void DWARFExpression::CopyOpcodeData(const void *data, in CopyOpcodeData()
113 void DWARFExpression::CopyOpcodeData(uint64_t const_value, in CopyOpcodeData()
124 void DWARFExpression::SetOpcodeData(lldb::ModuleSP module_sp, in SetOpcodeData()
132 void DWARFExpression::DumpLocation(Stream *s, lldb::offset_t offset, in DumpLocation()
588 void DWARFExpression::SetLocationListSlide(addr_t slide) { in SetLocationListSlide()
592 int DWARFExpression::GetRegisterKind() { return m_reg_kind; } in GetRegisterKind()
594 void DWARFExpression::SetRegisterKind(RegisterKind reg_kind) { in SetRegisterKind()
598 bool DWARFExpression::IsLocationList() const { in IsLocationList()
602 void DWARFExpression::GetDescription(Stream *s, lldb::DescriptionLevel level, in GetDescription()
945 lldb::addr_t DWARFExpression::GetLocation_DW_OP_addr(uint32_t op_addr_idx, in GetLocation_DW_OP_addr()
984 bool DWARFExpression::Update_DW_OP_addr(lldb::addr_t file_addr) { in Update_DW_OP_addr()
1025 bool DWARFExpression::ContainsThreadLocalStorage() const { in ContainsThreadLocalStorage()
1045 bool DWARFExpression::LinkThreadLocalStorage( in LinkThreadLocalStorage()
1145 bool DWARFExpression::LocationListContainsAddress( in LocationListContainsAddress()
1179 bool DWARFExpression::GetLocation(addr_t base_addr, addr_t pc, in GetLocation()
1218 bool DWARFExpression::DumpLocationForAddress(Stream *s, in DumpLocationForAddress()
1234 bool DWARFExpression::Evaluate(ExecutionContextScope *exe_scope, in Evaluate()
1244 bool DWARFExpression::Evaluate(ExecutionContext *exe_ctx, in Evaluate()
1294 return DWARFExpression::Evaluate( in Evaluate()
1308 return DWARFExpression::Evaluate( in Evaluate()
1313 bool DWARFExpression::Evaluate( in Evaluate()
3001 size_t DWARFExpression::LocationListSize(const DWARFUnit *dwarf_cu, in LocationListSize()
3024 bool DWARFExpression::AddressRangeForLocationListEntry( in AddressRangeForLocationListEntry()
3030 DWARFExpression::LocationListFormat format = in AddressRangeForLocationListEntry()
3256 bool DWARFExpression::PrintDWARFExpression(Stream &s, const DataExtractor &data, in PrintDWARFExpression()
3274 void DWARFExpression::PrintDWARFLocationList( in PrintDWARFLocationList()
3301 bool DWARFExpression::GetOpAndEndOffsets(StackFrame &frame, in GetOpAndEndOffsets()
3331 bool DWARFExpression::MatchesOperand(StackFrame &frame, in MatchesOperand()
3356 DWARFExpression *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()