Searched defs:GetFrameBaseExpression (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | Function.h | 514 DWARFExpressionList &GetFrameBaseExpression() { return m_frame_base; } GetFrameBaseExpression() function |
/llvm-project/lldb/source/Target/ | ||
H A D | StackFrame.cpp | 1120 DWARFExpressionList *StackFrame::GetFrameBaseExpression(Status *error_ptr) { GetFrameBaseExpression() function in StackFrame |