Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h39 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h36 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h39 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABIMacOSX_i386.cpp1064 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 DABISysV_arm.h38 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_arm.cpp1986 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 DABISysV_i386.h45 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 DABISysV_mips.h43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_mips.cpp1006 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 DABISysV_ppc.h43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_ppc.cpp920 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 DABIMacOSX_arm.h38 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABIMacOSX_arm.cpp1880 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 DABISysV_mips64.h43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_mips64.cpp1180 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 DABISysV_ppc64.h43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_ppc64.cpp1028 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 DABISysV_x86_64.h43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_x86_64.cpp1859 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 DABISysV_s390x.h43 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_s390x.cpp669 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 DABISysV_hexagon.h55 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_hexagon.cpp1270 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 DABI.h105 virtual bool RegisterIsVolatile(const RegisterInfo *reg_info) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp207 if (RegisterIsVolatile(reg_info)) { in GetFallbackRegisterLocation()

12