Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.h38 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_i386.h44 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override { in RegisterIsVolatile() function
H A DABIWindows_x86_64.h41 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_x86_64.h41 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABIMacOSX_i386.cpp407 bool ABIMacOSX_i386::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABIMacOSX_i386
H A DABIWindows_x86_64.cpp786 bool ABIWindows_x86_64::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABIWindows_x86_64
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h35 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_arm64.h38 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABIMacOSX_arm64.cpp412 bool ABIMacOSX_arm64::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABIMacOSX_arm64
H A DABISysV_arm64.cpp383 bool ABISysV_arm64::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_arm64
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.h42 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_ppc64.h42 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.h37 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABIMacOSX_arm.h37 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h42 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_s390x.cpp649 if (RegisterIsVolatile(reg_info)) { in GetFallbackRegisterLocation()
657 bool ABISysV_s390x::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_s390x
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.h42 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_mips64.h42 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_mips.cpp964 bool ABISysV_mips::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_mips
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h54 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_hexagon.cpp1173 bool ABISysV_hexagon::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_hexagon
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h57 bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override;
H A DABISysV_arc.cpp581 bool ABISysV_arc::RegisterIsVolatile(const RegisterInfo *reg_info) { in RegisterIsVolatile() function in ABISysV_arc
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DABI.h103 virtual bool RegisterIsVolatile(const RegisterInfo *reg_info) = 0;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DABI.cpp193 if (RegisterIsVolatile(reg_info)) { in GetFallbackRegisterLocation()

12