Home
last modified time | relevance | path

Searched refs:m_frame_code_addr (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DStackFrame.cpp58 m_frame_code_addr (pc), in StackFrame()
86 m_frame_code_addr (pc), in StackFrame()
121 m_frame_code_addr (pc_addr), in StackFrame()
222 if (m_flags.IsClear(RESOLVED_FRAME_CODE_ADDR) && !m_frame_code_addr.IsSectionOffset()) in GetFrameCodeAddress()
234 … if (m_frame_code_addr.SetOpcodeLoadAddress (m_frame_code_addr.GetOffset(), target_sp.get())) in GetFrameCodeAddress()
236 ModuleSP module_sp (m_frame_code_addr.GetModule()); in GetFrameCodeAddress()
246 return m_frame_code_addr; in GetFrameCodeAddress()
252 m_frame_code_addr.SetRawAddress(pc); in ChangePC()
1345 m_frame_code_addr = curr_frame.m_frame_code_addr; in UpdatePreviousFrameFromCurrentFrame()
/external/lldb/include/lldb/Target/
DStackFrame.h194 …Address m_frame_code_addr; // The frame code address (might not be the same as the actual PC for… variable