Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h506 DWARFExpression &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function
514 const DWARFExpression &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h210 DWARFExpression *GetFrameBaseExpression(Status *error_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1077 if (m_sc.function->GetFrameBaseExpression().IsLocationList()) in GetFrameBaseValue()
1082 if (!m_sc.function->GetFrameBaseExpression().Evaluate( in GetFrameBaseValue()
1106 DWARFExpression *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame
1114 return &m_sc.function->GetFrameBaseExpression(); in GetFrameBaseExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp3356 DWARFExpression *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2666 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()