reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBFrame.cpp
  322     return frame->GetStackID().GetCallFrameAddress();
tools/lldb/source/Expression/DWARFExpression.cpp
 2509         addr_t cfa = id.GetCallFrameAddress();
tools/lldb/source/Target/StackFrameList.cpp
  475         cfa = unwind_frame_sp->m_id.GetCallFrameAddress();
tools/lldb/source/Target/StackID.cpp
   34   if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress())
   34   if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress())
   48   if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress())
   48   if (lhs.GetCallFrameAddress() != rhs.GetCallFrameAddress())
   61   const lldb::addr_t lhs_cfa = lhs.GetCallFrameAddress();
   62   const lldb::addr_t rhs_cfa = rhs.GetCallFrameAddress();