Searched refs:reg_context_sp (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 113 const lldb::RegisterContextSP ®_context_sp, lldb::addr_t cfa, 119 const lldb::RegisterContextSP ®_context_sp, lldb::addr_t cfa,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 80 const RegisterContextSP ®_context_sp, addr_t cfa, in StackFrame() argument 85 m_reg_context_sp(reg_context_sp), m_id(pc, cfa, nullptr), in StackFrame() 97 if (reg_context_sp && !m_sc.target_sp) { in StackFrame() 98 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame() 106 const RegisterContextSP ®_context_sp, addr_t cfa, in StackFrame() argument 111 m_reg_context_sp(reg_context_sp), in StackFrame() 125 if (!m_sc.target_sp && reg_context_sp) { in StackFrame() 126 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | Materializer.cpp | 1341 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Materialize() local 1343 if (!reg_context_sp->ReadRegister(&m_register_info, reg_value)) { in Materialize() 1406 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Dematerialize() local 1432 if (!reg_context_sp->WriteRegister(&m_register_info, register_value)) { in Dematerialize()
|