Home
last modified time | relevance | path

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

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