summaryrefslogtreecommitdiff
path: root/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h')
-rw-r--r--source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h14
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 989c4a16710a..1550a38c4f3b 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 );