Searched refs:GetFrameBaseExpression (Results 1 – 5 of 5) sorted by relevance
514 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function520 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
217 DWARFExpressionList *GetFrameBaseExpression(Status *error_ptr);
1095 if (!m_sc.function->GetFrameBaseExpression().IsAlwaysValidSingleExpr()) in GetFrameBaseValue() 1101 m_sc.function->GetFrameBaseExpression().Evaluate( in GetFrameBaseValue() 1120 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseValue() 1128 return &m_sc.function->GetFrameBaseExpression(); in GetFrameBaseExpression() 1125 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { GetFrameBaseExpression() function in StackFrame
2343 DWARFExpressionList *fb_expr = frame.GetFrameBaseExpression(nullptr); in Evaluate()
2433 func_sp->GetFrameBaseExpression() = frame_base; in ConstructDemangledNameFromDWARF()