Searched refs:m_frame_code_addr (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 60 m_id(pc, cfa, nullptr), m_frame_code_addr(pc), m_sc(), m_flags(), in StackFrame() 87 m_frame_code_addr(pc), m_sc(), m_flags(), m_frame_base(), in StackFrame() 115 m_frame_code_addr(pc_addr), m_sc(), m_flags(), m_frame_base(), in StackFrame() 193 !m_frame_code_addr.IsSectionOffset()) { in GetFrameCodeAddress() 203 if (m_frame_code_addr.SetOpcodeLoadAddress( in GetFrameCodeAddress() 204 m_frame_code_addr.GetOffset(), target_sp.get(), in GetFrameCodeAddress() 206 ModuleSP module_sp(m_frame_code_addr.GetModule()); in GetFrameCodeAddress() 215 return m_frame_code_addr; in GetFrameCodeAddress() 252 m_frame_code_addr.SetRawAddress(pc); in ChangePC() 1863 m_frame_code_addr = curr_frame.m_frame_code_addr; in UpdatePreviousFrameFromCurrentFrame()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 511 Address m_frame_code_addr; // The frame code address (might not be the same as variable
|