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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_ppc64le.cpp1 //===-- RegisterContextPOSIX_ppc64le.cpp -------------------------*- C++-*-===//
23 #include "RegisterContextPOSIX_ppc64le.h"
98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) {
102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) {
106 bool RegisterContextPOSIX_ppc64le::IsVMX(unsigned reg) {
110 bool RegisterContextPOSIX_ppc64le::IsVSX(unsigned reg) {
114 RegisterContextPOSIX_ppc64le::RegisterContextPOSIX_ppc64le( function in class:RegisterContextPOSIX_ppc64le
121 void RegisterContextPOSIX_ppc64le::InvalidateAllRegisters() {}
123 unsigned RegisterContextPOSIX_ppc64le
[all...]
H A DRegisterContextPOSIX_ppc64le.h1 //===-- RegisterContextPOSIX_ppc64le.h --------------------------*- C++ -*-===//
18 class RegisterContextPOSIX_ppc64le : public lldb_private::RegisterContext { class in inherits:lldb_private::RegisterContext
20 RegisterContextPOSIX_ppc64le(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.h12 #include "Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h"
16 class RegisterContextCorePOSIX_ppc64le : public RegisterContextPOSIX_ppc64le {
H A DRegisterContextPOSIXCore_ppc64le.cpp25 : RegisterContextPOSIX_ppc64le(thread, 0, register_info) {
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile433 SRCS+= Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp

Completed in 105 milliseconds