Searched refs:WriteFPR (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_arm64.h35 bool WriteFPR() override;
H A DRegisterContextFreeBSDKernel_i386.h35 bool WriteFPR() override;
H A DRegisterContextFreeBSDKernel_x86_64.h35 bool WriteFPR() override;
H A DRegisterContextFreeBSDKernel_arm64.cpp35 bool RegisterContextFreeBSDKernel_arm64::WriteFPR() { function in class:RegisterContextFreeBSDKernel_arm64
H A DRegisterContextFreeBSDKernel_i386.cpp33 bool RegisterContextFreeBSDKernel_i386::WriteFPR() { function in class:RegisterContextFreeBSDKernel_i386
H A DRegisterContextFreeBSDKernel_x86_64.cpp33 bool RegisterContextFreeBSDKernel_x86_64::WriteFPR() { function in class:RegisterContextFreeBSDKernel_x86_64
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h59 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_loongarch64.h60 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_riscv64.h60 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_mips64.h75 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_s390x.h69 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_arm64.h83 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_powerpc.h191 virtual bool WriteFPR() = 0;
H A DRegisterContextPOSIX_x86.h181 virtual bool WriteFPR() = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.h42 bool WriteFPR() override;
H A DRegisterContextPOSIXCore_arm.h46 bool WriteFPR() override;
H A DRegisterContextPOSIXCore_mips64.h46 bool WriteFPR() override;
H A DRegisterContextPOSIXCore_s390x.h45 bool WriteFPR() override;
H A DRegisterContextPOSIXCore_arm.cpp39 bool RegisterContextCorePOSIX_arm::WriteFPR() { function in class:RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_powerpc.h47 bool WriteFPR() override;
H A DRegisterContextPOSIXCore_mips64.cpp46 bool RegisterContextCorePOSIX_mips64::WriteFPR() { function in class:RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_s390x.cpp47 bool RegisterContextCorePOSIX_s390x::WriteFPR() { function in class:RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_x86_64.cpp52 bool RegisterContextCorePOSIX_x86_64::WriteFPR() { function in class:RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_arm64.h54 bool WriteFPR() override;
H A DRegisterContextPOSIXCore_powerpc.cpp55 bool RegisterContextCorePOSIX_powerpc::WriteFPR() { function in class:RegisterContextCorePOSIX_powerpc

Completed in 1417 milliseconds

12