Searched refs:GetFrameBaseExpression (Results 1 – 5 of 5) sorted by relevance
528 DWARFExpression &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function534 const DWARFExpression &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
215 DWARFExpression *GetFrameBaseExpression(Status *error_ptr);
1083 if (m_sc.function->GetFrameBaseExpression().IsLocationList()) in GetFrameBaseValue()1088 if (!m_sc.function->GetFrameBaseExpression().Evaluate( in GetFrameBaseValue()1112 DWARFExpression *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame1120 return &m_sc.function->GetFrameBaseExpression(); in GetFrameBaseExpression()
2759 DWARFExpression *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()
2306 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()