Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h528 DWARFExpression &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function
534 const DWARFExpression &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
/external/llvm-project/lldb/include/lldb/Target/
DStackFrame.h197 DWARFExpression *GetFrameBaseExpression(Status *error_ptr);
/external/llvm-project/lldb/source/Target/
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()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp2665 DWARFExpression *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2333 func_sp->GetFrameBaseExpression() = frame_base; in ParseFunctionFromDWARF()