Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextPOSIX_ppc64le.cpp98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { in IsGPR()
102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { in IsFPR()
106 bool RegisterContextPOSIX_ppc64le::IsVMX(unsigned reg) { in IsVMX()
110 bool RegisterContextPOSIX_ppc64le::IsVSX(unsigned reg) { in IsVSX()
114 RegisterContextPOSIX_ppc64le::RegisterContextPOSIX_ppc64le( in RegisterContextPOSIX_ppc64le() function in RegisterContextPOSIX_ppc64le
121 void RegisterContextPOSIX_ppc64le::InvalidateAllRegisters() {} in InvalidateAllRegisters()
123 unsigned RegisterContextPOSIX_ppc64le::GetRegisterOffset(unsigned reg) { in GetRegisterOffset()
128 unsigned RegisterContextPOSIX_ppc64le::GetRegisterSize(unsigned reg) { in GetRegisterSize()
133 size_t RegisterContextPOSIX_ppc64le::GetRegisterCount() { in GetRegisterCount()
138 size_t RegisterContextPOSIX_ppc64le::GetGPRSize() { in GetGPRSize()
[all …]
HDRegisterContextPOSIX_ppc64le.h18 class RegisterContextPOSIX_ppc64le : public lldb_private::RegisterContext {
20 RegisterContextPOSIX_ppc64le(
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterContextPOSIXCore_ppc64le.h16 class RegisterContextCorePOSIX_ppc64le : public RegisterContextPOSIX_ppc64le {
HDRegisterContextPOSIXCore_ppc64le.cpp25 : RegisterContextPOSIX_ppc64le(thread, 0, register_info) { in RegisterContextCorePOSIX_ppc64le()
/freebsd-14-stable/lib/clang/liblldb/
HDMakefile512 SRCS+= Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp