summaryrefslogtreecommitdiff
path: root/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'function.cpp')
-rw-r--r--function.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/function.cpp b/function.cpp
index 1b2c0a46..1d35aa7d 100644
--- a/function.cpp
+++ b/function.cpp
@@ -1750,6 +1750,12 @@ std::vector<ArchAndAddr> Function::GetGuidedSourceBlocks()
}
+bool Function::HasGuidedSourceBlocks() const
+{
+ return BNHasGuidedSourceBlocks(m_object);
+}
+
+
vector<IndirectBranchInfo> Function::GetIndirectBranches()
{
size_t count;