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.h520 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } in GetFrameBaseExpression() function
526 const DWARFExpressionList &GetFrameBaseExpression() const { return m_frame_base; } in GetFrameBaseExpression() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1185 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame