Home
last modified time | relevance | path

Searched defs:GetFrameBaseExpression (Results 1 – 2 of 2) 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/source/Target/
DStackFrame.cpp1106 DWARFExpression *StackFrame::GetFrameBaseExpression(Status *error_ptr) { in GetFrameBaseExpression() function in StackFrame