summaryrefslogtreecommitdiff
path: root/functiongraphblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'functiongraphblock.cpp')
-rw-r--r--functiongraphblock.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/functiongraphblock.cpp b/functiongraphblock.cpp
index 3914cc18..3653d749 100644
--- a/functiongraphblock.cpp
+++ b/functiongraphblock.cpp
@@ -15,6 +15,18 @@ FunctionGraphBlock::~FunctionGraphBlock()
}
+uint64_t FunctionGraphBlock::GetStart() const
+{
+ return BNGetFunctionGraphBlockStart(m_block);
+}
+
+
+uint64_t FunctionGraphBlock::GetEnd() const
+{
+ return BNGetFunctionGraphBlockEnd(m_block);
+}
+
+
int FunctionGraphBlock::GetX() const
{
return BNGetFunctionGraphBlockX(m_block);