aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/API/SBModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBModule.h')
-rw-r--r--lldb/include/lldb/API/SBModule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBModule.h b/lldb/include/lldb/API/SBModule.h
index dd783fe4107d..7200a1ef53fd 100644
--- a/lldb/include/lldb/API/SBModule.h
+++ b/lldb/include/lldb/API/SBModule.h
@@ -37,6 +37,8 @@ public:
void Clear();
+ bool IsFileBacked() const;
+
/// Get const accessor for the module file specification.
///
/// This function returns the file for the module on the host system