Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DFunction.h524 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function
530 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h215 DWARFExpressionList *GetFrameBaseExpression(Status *error_ptr);
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1090 if (!m_sc.function->GetFrameBaseExpression().IsAlwaysValidSingleExpr()) in GetFrameBaseValue()
1095 if (!m_sc.function->GetFrameBaseExpression().Evaluate( in GetFrameBaseValue()
1119 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame
1127 return &m_sc.function->GetFrameBaseExpression(); in GetFrameBaseExpression()
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp2632 DWARFExpressionList *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2371 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()