| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/ |
| H A D | ABISysV_arm64.h | 39 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/ |
| H A D | ABIMacOSX_arm64.h | 36 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| H A D | ABIMacOSX_i386.h | 39 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABIMacOSX_i386.cpp | 1064 bool ABIMacOSX_i386::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABIMacOSX_i386
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/ |
| H A D | ABISysV_arm.h | 38 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_arm.cpp | 1986 bool ABISysV_arm::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_arm
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/ |
| H A D | ABISysV_i386.h | 45 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override { in RegisterIsVolatile() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/ |
| H A D | ABISysV_mips.h | 43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_mips.cpp | 1006 bool ABISysV_mips::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_mips
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/ |
| H A D | ABISysV_ppc.h | 43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_ppc.cpp | 920 bool ABISysV_ppc::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_ppc
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/ |
| H A D | ABIMacOSX_arm.h | 38 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABIMacOSX_arm.cpp | 1880 bool ABIMacOSX_arm::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABIMacOSX_arm
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/ |
| H A D | ABISysV_mips64.h | 43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_mips64.cpp | 1180 bool ABISysV_mips64::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_mips64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ |
| H A D | ABISysV_ppc64.h | 43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_ppc64.cpp | 1028 bool ABISysV_ppc64::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_ppc64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/ |
| H A D | ABISysV_x86_64.h | 43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_x86_64.cpp | 1859 bool ABISysV_x86_64::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_x86_64
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ |
| H A D | ABISysV_s390x.h | 43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_s390x.cpp | 669 if (RegisterIsVolatile(reg_info)) { in GetFallbackRegisterLocation() 677 bool ABISysV_s390x::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_s390x
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/ |
| H A D | ABISysV_hexagon.h | 55 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
|
| H A D | ABISysV_hexagon.cpp | 1270 bool ABISysV_hexagon::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_hexagon
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ABI.h | 105 virtual bool RegisterIsVolatile(const RegisterInfo *reg_info) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ABI.cpp | 207 if (RegisterIsVolatile(reg_info)) { in GetFallbackRegisterLocation()
|