Home
last modified time | relevance | path

Searched defs:GetFrameBaseExpression (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h524 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } GetFrameBaseExpression() function
530 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } GetFrameBaseExpression() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1120 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame