Lines Matching refs:DWARFExpression
51 DWARFExpression::DWARFExpression() : m_data() {} in DWARFExpression() function in DWARFExpression
53 DWARFExpression::DWARFExpression(const DataExtractor &data) : m_data(data) {} in DWARFExpression() function in DWARFExpression
56 DWARFExpression::~DWARFExpression() = default;
58 bool DWARFExpression::IsValid() const { return m_data.GetByteSize() > 0; } in IsValid()
60 void DWARFExpression::UpdateValue(uint64_t const_value, in UpdateValue()
72 void DWARFExpression::DumpLocation(Stream *s, lldb::DescriptionLevel level, in DumpLocation()
87 llvm::DWARFExpression(m_data.GetAsLLVM(), m_data.GetAddressByteSize()) in DumpLocation()
91 RegisterKind DWARFExpression::GetRegisterKind() const { return m_reg_kind; } in GetRegisterKind()
93 void DWARFExpression::SetRegisterKind(RegisterKind reg_kind) { in SetRegisterKind()
358 lldb::addr_t DWARFExpression::GetLocation_DW_OP_addr(const DWARFUnit *dwarf_cu, in GetLocation_DW_OP_addr()
385 bool DWARFExpression::Update_DW_OP_addr(const DWARFUnit *dwarf_cu, in Update_DW_OP_addr()
443 bool DWARFExpression::ContainsThreadLocalStorage( in ContainsThreadLocalStorage()
459 bool DWARFExpression::LinkThreadLocalStorage( in LinkThreadLocalStorage()
866 bool DWARFExpression::Evaluate( in Evaluate()
2642 bool DWARFExpression::ParseDWARFLocationList( in ParseDWARFLocationList()
2663 DWARFExpression expr = DWARFExpression(DataExtractor( in ParseDWARFLocationList()
2679 bool DWARFExpression::MatchesOperand( in MatchesOperand()