Searched refs:SetRegisterValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 100 SetRegisterValue(m_cfa_reg_info, cfa_reg_value); in GetNonCallSiteUnwindPlanFromAssembly() 346 void UnwindAssemblyInstEmulation::SetRegisterValue( in SetRegisterValue() function in UnwindAssemblyInstEmulation 522 SetRegisterValue(*reg_info, reg_value); in WriteRegister()
|
| H A D | UnwindAssemblyInstEmulation.h | 126 void SetRegisterValue(const lldb_private::RegisterInfo ®_info,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadListDarwin.h | 50 …bool SetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRegisterV…
|
| H A D | NativeThreadListDarwin.cpp | 211 NativeThreadListDarwin::SetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRe… 215 return thread_sp->SetRegisterValue(set, reg, reg_value);
|