Searched refs:reg_context_sp (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/include/lldb/Target/ |
D | StackFrame.h | 113 const lldb::RegisterContextSP ®_context_sp, lldb::addr_t cfa, 119 const lldb::RegisterContextSP ®_context_sp, lldb::addr_t cfa,
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 79 const RegisterContextSP ®_context_sp, addr_t cfa, in StackFrame() argument 84 m_reg_context_sp(reg_context_sp), m_id(pc, cfa, nullptr), in StackFrame() 96 if (reg_context_sp && !m_sc.target_sp) { in StackFrame() 97 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame() 105 const RegisterContextSP ®_context_sp, addr_t cfa, in StackFrame() argument 110 m_reg_context_sp(reg_context_sp), in StackFrame() 124 if (!m_sc.target_sp && reg_context_sp) { in StackFrame() 125 m_sc.target_sp = reg_context_sp->CalculateTarget(); in StackFrame()
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 1197 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Materialize() local 1199 if (!reg_context_sp->ReadRegister(&m_register_info, reg_value)) { in Materialize() 1262 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext(); in Dematerialize() local 1288 if (!reg_context_sp->WriteRegister(&m_register_info, register_value)) { in Dematerialize()
|