Home
last modified time | relevance | path

Searched refs:GetFrameBaseExpression (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h514 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; }
520 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; }
524 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } GetFrameBaseExpression() function
530 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } GetFrameBaseExpression() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h217 DWARFExpressionList *GetFrameBaseExpression(Status *error_ptr);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1095 if (!m_sc.function->GetFrameBaseExpression().IsAlwaysValidSingleExpr()) in GetFrameBaseValue()
1101 m_sc.function->GetFrameBaseExpression().Evaluate( in GetFrameBaseValue()
1120 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame
1128 return &m_sc.function->GetFrameBaseExpression(); in GetFrameBaseExpression()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2343 DWARFExpressionList *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2433 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()