Home
last modified time | relevance | path

Searched refs:SetRegisterValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp100 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 DUnwindAssemblyInstEmulation.h126 void SetRegisterValue(const lldb_private::RegisterInfo &reg_info,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h50 …bool SetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRegisterV…
H A DNativeThreadListDarwin.cpp211 NativeThreadListDarwin::SetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRe…
215 return thread_sp->SetRegisterValue(set, reg, reg_value);