Searched defs:GetFrameBaseExpression (Results 1 – 2 of 2) sorted by relevance
524 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } GetFrameBaseExpression() function 530 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } GetFrameBaseExpression() function
1120 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame