Home
last modified time | relevance | path

Searched refs:CopyFromRegisterContext (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp128 bool RegisterContextThreadMemory::CopyFromRegisterContext( in CopyFromRegisterContext() function in RegisterContextThreadMemory
132 return m_reg_ctx_sp->CopyFromRegisterContext(reg_ctx_sp); in CopyFromRegisterContext()
H A DRegisterContextThreadMemory.h59 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h77 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp236 bool RegisterContext::CopyFromRegisterContext(lldb::RegisterContextSP context) { in CopyFromRegisterContext() function in RegisterContext
H A DThread.cpp1711 bool copy_success = reg_ctx_sp->CopyFromRegisterContext( in ReturnFromFrame()