Searched refs:reg_context_sp (Results 1 – 3 of 3) sorted by relevance
55 const lldb::RegisterContextSP ®_context_sp, 63 const lldb::RegisterContextSP ®_context_sp,
77 const RegisterContextSP ®_context_sp, in StackFrame() argument84 m_reg_context_sp (reg_context_sp), in StackFrame()101 if (reg_context_sp && !m_sc.target_sp) in StackFrame()103 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()112 const RegisterContextSP ®_context_sp, in StackFrame() argument119 m_reg_context_sp (reg_context_sp), in StackFrame()136 if (m_sc.target_sp.get() == NULL && reg_context_sp) in StackFrame()138 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
1145 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Materialize() local1147 if (!reg_context_sp->ReadRegister(&m_register_info, reg_value)) in Materialize()1208 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Dematerialize() local1230 if (!reg_context_sp->WriteRegister(&m_register_info, register_value)) in Dematerialize()