Searched refs:GetFrameBaseExpression (Results 1 – 5 of 5) sorted by relevance
520 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function526 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
214 DWARFExpressionList *GetFrameBaseExpression(Status *error_ptr);
1161 if (!m_sc.function->GetFrameBaseExpression().IsAlwaysValidSingleExpr()) in GetFrameBaseValue()1166 m_sc.function->GetFrameBaseExpression().Evaluate( in GetFrameBaseValue()1185 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame1193 return &m_sc.function->GetFrameBaseExpression(); in GetFrameBaseExpression()
2357 DWARFExpressionList *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()
2539 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()