diff options
Diffstat (limited to 'source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h')
-rw-r--r-- | source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h b/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h index 989c4a16710a0..1550a38c4f3b2 100644 --- a/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h +++ b/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h @@ -75,13 +75,7 @@ public: virtual bool RegisterIsVolatile ( const lldb_private::RegisterInfo *reg_info ); - - virtual bool - StackUsesFrames ( void ) - { - return true; - } - + virtual bool CallFrameAddressIsValid ( lldb::addr_t cfa ) { @@ -101,12 +95,6 @@ public: return true; } - virtual bool - FunctionCallsChangeCFA ( void ) - { - return true; - } - virtual const lldb_private::RegisterInfo * GetRegisterInfoArray ( uint32_t &count ); |