• Home
  • Raw
  • Download

Lines Matching refs:DWARFExpression

222 DWARFExpression::DWARFExpression() :  in DWARFExpression()  function in DWARFExpression
229 DWARFExpression::DWARFExpression(const DWARFExpression& rhs) : in DWARFExpression() function in DWARFExpression
237 DWARFExpression::DWARFExpression(const DataExtractor& data, lldb::offset_t data_offset, lldb::offse… in DWARFExpression() function in DWARFExpression
247 DWARFExpression::~DWARFExpression() in ~DWARFExpression()
253 DWARFExpression::IsValid() const in IsValid()
259 DWARFExpression::SetOpcodeData (const DataExtractor& data) in SetOpcodeData()
265 DWARFExpression::CopyOpcodeData (const DataExtractor& data, lldb::offset_t data_offset, lldb::offse… in CopyOpcodeData()
277 DWARFExpression::SetOpcodeData (const DataExtractor& data, lldb::offset_t data_offset, lldb::offset… in SetOpcodeData()
283 DWARFExpression::DumpLocation (Stream *s, lldb::offset_t offset, lldb::offset_t length, lldb::Descr… in DumpLocation()
639 DWARFExpression::SetLocationListSlide (addr_t slide) in SetLocationListSlide()
645 DWARFExpression::GetRegisterKind () in GetRegisterKind()
651 DWARFExpression::SetRegisterKind (RegisterKind reg_kind) in SetRegisterKind()
657 DWARFExpression::IsLocationList() const in IsLocationList()
663 DWARFExpression::GetDescription (Stream *s, lldb::DescriptionLevel level, addr_t location_list_base… in GetDescription()
1014 DWARFExpression::GetLocation_DW_OP_addr (uint32_t op_addr_idx, bool &error) const in GetLocation_DW_OP_addr()
1048 DWARFExpression::Update_DW_OP_addr (lldb::addr_t file_addr) in Update_DW_OP_addr()
1098 DWARFExpression::LocationListContainsAddress (lldb::addr_t loclist_base_addr, lldb::addr_t addr) co… in LocationListContainsAddress()
1133 DWARFExpression::GetLocation (addr_t base_addr, addr_t pc, lldb::offset_t &offset, lldb::offset_t &… in GetLocation()
1175 DWARFExpression::DumpLocationForAddress (Stream *s, in DumpLocationForAddress()
1196 DWARFExpression::Evaluate in Evaluate()
1212 DWARFExpression::Evaluate in Evaluate()
1271 …return DWARFExpression::Evaluate (exe_ctx, expr_locals, decl_map, reg_ctx, m_data, offset, length,… in Evaluate()
1283 …return DWARFExpression::Evaluate (exe_ctx, expr_locals, decl_map, reg_ctx, m_data, 0, m_data.GetBy… in Evaluate()
1289 DWARFExpression::Evaluate in Evaluate()