Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp125 bool RegisterContextThreadMemory::CopyFromRegisterContext( in CopyFromRegisterContext() function in RegisterContextThreadMemory
129 return m_reg_ctx_sp->CopyFromRegisterContext(reg_ctx_sp); in CopyFromRegisterContext()
DRegisterContextThreadMemory.h58 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
/external/llvm-project/lldb/include/lldb/Target/
DRegisterContext.h74 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp233 bool RegisterContext::CopyFromRegisterContext(lldb::RegisterContextSP context) { in CopyFromRegisterContext() function in RegisterContext
DThread.cpp1530 bool copy_success = reg_ctx_sp->CopyFromRegisterContext( in ReturnFromFrame()