Searched refs:ReadFPR (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DRegisterContextFreeBSDKernel_arm64.h31 bool ReadFPR() override;
H A DRegisterContextFreeBSDKernel_i386.h31 bool ReadFPR() override;
H A DRegisterContextFreeBSDKernel_x86_64.h31 bool ReadFPR() override;
H A DRegisterContextFreeBSDKernel_arm64.cpp28 bool RegisterContextFreeBSDKernel_arm64::ReadFPR() { return true; } function in class:RegisterContextFreeBSDKernel_arm64
H A DRegisterContextFreeBSDKernel_i386.cpp26 bool RegisterContextFreeBSDKernel_i386::ReadFPR() { return true; } function in class:RegisterContextFreeBSDKernel_i386
H A DRegisterContextFreeBSDKernel_x86_64.cpp26 bool RegisterContextFreeBSDKernel_x86_64::ReadFPR() { return true; } function in class:RegisterContextFreeBSDKernel_x86_64
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h57 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_loongarch64.h58 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_riscv64.h58 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_mips64.h73 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_s390x.h67 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_arm64.h81 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_powerpc.h188 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_x86.h179 virtual bool ReadFPR() = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.h38 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_arm.h42 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_mips64.h42 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_s390x.h41 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_arm.cpp32 bool RegisterContextCorePOSIX_arm::ReadFPR() { return false; } function in class:RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_powerpc.h41 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_mips64.cpp39 bool RegisterContextCorePOSIX_mips64::ReadFPR() { return false; } function in class:RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_s390x.cpp40 bool RegisterContextCorePOSIX_s390x::ReadFPR() { return true; } function in class:RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_x86_64.cpp43 bool RegisterContextCorePOSIX_x86_64::ReadFPR() { function in class:RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_arm64.h50 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_powerpc.cpp46 bool RegisterContextCorePOSIX_powerpc::ReadFPR() { return true; } function in class:RegisterContextCorePOSIX_powerpc

Completed in 141 milliseconds

12