Home
last modified time | relevance | path

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

/freebsd-13.1/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_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_arm64.h49 bool ReadFPR() override;
H A DRegisterContextPOSIXCore_x86_64.cpp43 bool RegisterContextCorePOSIX_x86_64::ReadFPR() { in ReadFPR() function in RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_mips64.cpp39 bool RegisterContextCorePOSIX_mips64::ReadFPR() { return false; } in ReadFPR() function in RegisterContextCorePOSIX_mips64
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
H A DRegisterContextPOSIXCore_arm64.cpp69 bool RegisterContextCorePOSIX_arm64::ReadFPR() { return false; } in ReadFPR() function in RegisterContextCorePOSIX_arm64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h57 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.h75 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_powerpc.h188 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_x86.h206 virtual bool ReadFPR() = 0;
H A DRegisterContextPOSIX_x86.cpp457 if (!ReadFPR()) in GetFPRType()