Searched refs:GetRegisterCount (Results 76 - 84 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.cpp486 size_t RegisterContextMinidump_ARM::GetRegisterCount() { function in class:RegisterContextMinidump_ARM
H A DRegisterContextMinidump_ARM64.cpp787 size_t RegisterContextMinidump_ARM64::GetRegisterCount() { return k_num_regs; } function in class:RegisterContextMinidump_ARM64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp414 size_t RegisterContextDarwin_i386::GetRegisterCount() { function in class:RegisterContextDarwin_i386
H A DRegisterContextLLDB.cpp970 size_t RegisterContextLLDB::GetRegisterCount() { function in class:RegisterContextLLDB
971 return m_thread.GetRegisterContext()->GetRegisterCount();
H A DRegisterContextDarwin_x86_64.cpp476 size_t RegisterContextDarwin_x86_64::GetRegisterCount() { function in class:RegisterContextDarwin_x86_64
H A DRegisterContextDarwin_arm.cpp931 size_t RegisterContextDarwin_arm::GetRegisterCount() { function in class:RegisterContextDarwin_arm
H A DRegisterContextDarwin_arm64.cpp114 size_t RegisterContextDarwin_arm64::GetRegisterCount() { function in class:RegisterContextDarwin_arm64
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp635 const uint32_t num_regs = reg_ctx->GetRegisterCount();
955 const uint32_t num_regs = reg_ctx->GetRegisterCount();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp64 size_t GDBRemoteRegisterContext::GetRegisterCount() { function in class:GDBRemoteRegisterContext

Completed in 212 milliseconds

1234