Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DRegisterNumber.cpp96 m_reg_ctx_sp->ConvertBetweenRegisterKinds(m_kind, m_regnum, kind, in GetAsKind()
H A DRegisterContext.cpp436 bool RegisterContext::ConvertBetweenRegisterKinds(lldb::RegisterKind source_rk, in ConvertBetweenRegisterKinds() function in RegisterContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h187 bool ConvertBetweenRegisterKinds(lldb::RegisterKind source_rk,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1858 } else if (!m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds( in ReadGPRValue()
1880 } else if (m_thread.GetRegisterContext()->ConvertBetweenRegisterKinds( in ReadGPRValue()