reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1879 bool ABIMacOSX_arm::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 2027 bool ABIMacOSX_arm64::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
 1063 bool ABIMacOSX_i386::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  579 bool ABISysV_arc::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1985 bool ABISysV_arm::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 2000 bool ABISysV_arm64::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
 1269 bool ABISysV_hexagon::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.h
   44   bool RegisterIsVolatile(const lldb_private::RegisterInfo *reg_info) override {
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  998 bool ABISysV_mips::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
 1169 bool ABISysV_mips64::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  915 bool ABISysV_ppc::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
 1018 bool ABISysV_ppc64::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  669 bool ABISysV_s390x::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
 1055 bool ABISysV_x86_64::RegisterIsVolatile(const RegisterInfo *reg_info) {
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1761 bool ABIWindows_x86_64::RegisterIsVolatile(const RegisterInfo *reg_info) {

References

tools/lldb/source/Target/ABI.cpp
  208   if (RegisterIsVolatile(reg_info)) {