Searched refs:m_frame_code_addr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 58 m_id(pc, cfa, nullptr), m_frame_code_addr(pc), m_sc(), m_flags(), in StackFrame() 85 m_frame_code_addr(pc), m_sc(), m_flags(), m_frame_base(), in StackFrame() 113 m_frame_code_addr(pc_addr), m_sc(), m_flags(), m_frame_base(), in StackFrame() 191 !m_frame_code_addr.IsSectionOffset()) { in GetFrameCodeAddress() 201 if (m_frame_code_addr.SetOpcodeLoadAddress( in GetFrameCodeAddress() 202 m_frame_code_addr.GetOffset(), target_sp.get(), in GetFrameCodeAddress() 204 ModuleSP module_sp(m_frame_code_addr.GetModule()); in GetFrameCodeAddress() 213 return m_frame_code_addr; in GetFrameCodeAddress() 250 m_frame_code_addr.SetRawAddress(pc); in ChangePC() 1834 m_frame_code_addr = curr_frame.m_frame_code_addr; in UpdatePreviousFrameFromCurrentFrame()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 506 Address m_frame_code_addr; // The frame code address (might not be the same as variable
|