Lines Matching refs:DWARFExpression
49 DWARFExpression::DWARFExpression() : m_data() {} in DWARFExpression() function in DWARFExpression
51 DWARFExpression::DWARFExpression(const DataExtractor &data) : m_data(data) {} in DWARFExpression() function in DWARFExpression
54 DWARFExpression::~DWARFExpression() = default;
56 bool DWARFExpression::IsValid() const { return m_data.GetByteSize() > 0; } in IsValid()
58 void DWARFExpression::UpdateValue(uint64_t const_value, in UpdateValue()
70 void DWARFExpression::DumpLocation(Stream *s, lldb::DescriptionLevel level, in DumpLocation()
72 llvm::DWARFExpression(m_data.GetAsLLVM(), m_data.GetAddressByteSize()) in DumpLocation()
77 RegisterKind DWARFExpression::GetRegisterKind() const { return m_reg_kind; } in GetRegisterKind()
79 void DWARFExpression::SetRegisterKind(RegisterKind reg_kind) { in SetRegisterKind()
341 lldb::addr_t DWARFExpression::GetLocation_DW_OP_addr(const DWARFUnit *dwarf_cu, in GetLocation_DW_OP_addr()
378 bool DWARFExpression::Update_DW_OP_addr(lldb::addr_t file_addr) { in Update_DW_OP_addr()
414 bool DWARFExpression::ContainsThreadLocalStorage() const { in ContainsThreadLocalStorage()
428 bool DWARFExpression::LinkThreadLocalStorage( in LinkThreadLocalStorage()
833 bool DWARFExpression::Evaluate( in Evaluate()
2578 bool DWARFExpression::ParseDWARFLocationList( in ParseDWARFLocationList()
2599 DWARFExpression expr = DWARFExpression(DataExtractor( in ParseDWARFLocationList()
2615 bool DWARFExpression::MatchesOperand( in MatchesOperand()