Home
last modified time | relevance | path

Searched refs:GetCallFrameAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackID.cpp35 if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress()) in operator ==()
49 if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress()) in operator !=()
62 const lldb::addr_t lhs_cfa = lhs.GetCallFrameAddress(); in operator <()
63 const lldb::addr_t rhs_cfa = rhs.GetCallFrameAddress(); in operator <()
H A DStackFrameList.cpp476 cfa = unwind_frame_sp->m_id.GetCallFrameAddress(); in GetFramesUpTo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackID.h38 lldb::addr_t GetCallFrameAddress() const { return m_cfa; } in GetCallFrameAddress() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp400 return frame->GetStackID().GetCallFrameAddress(); in GetCFA()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp2837 addr_t cfa = id.GetCallFrameAddress(); in Evaluate()