Home
last modified time | relevance | path

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

12

/freebsd/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_i386.cpp26 bool RegisterContextFreeBSDKernel_i386::ReadFPR() { return true; } in ReadFPR() function in RegisterContextFreeBSDKernel_i386
H A DRegisterContextFreeBSDKernel_x86_64.cpp26 bool RegisterContextFreeBSDKernel_x86_64::ReadFPR() { return true; } in ReadFPR() function in RegisterContextFreeBSDKernel_x86_64
H A DRegisterContextFreeBSDKernel_arm64.cpp28 bool RegisterContextFreeBSDKernel_arm64::ReadFPR() { return true; } in ReadFPR() function in RegisterContextFreeBSDKernel_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.h42 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_x86_64.h38 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_mips64.h42 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_s390x.h41 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_powerpc.h41 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_arm.cpp32 bool RegisterContextCorePOSIX_arm::ReadFPR() { return false; } in ReadFPR() function in RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_mips64.cpp39 bool RegisterContextCorePOSIX_mips64::ReadFPR() { return false; } in ReadFPR() function in RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_x86_64.cpp43 bool RegisterContextCorePOSIX_x86_64::ReadFPR() { in ReadFPR() function in RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_arm64.h50 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_s390x.cpp40 bool RegisterContextCorePOSIX_s390x::ReadFPR() { return true; } in ReadFPR() function in RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_powerpc.cpp46 bool RegisterContextCorePOSIX_powerpc::ReadFPR() { return true; } in ReadFPR() function in RegisterContextCorePOSIX_powerpc
/freebsd/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;

12