diff options
Diffstat (limited to 'include/lldb/Symbol/Symbol.h')
-rw-r--r-- | include/lldb/Symbol/Symbol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Symbol/Symbol.h b/include/lldb/Symbol/Symbol.h index c77d3dea4bd2..43f29f368d92 100644 --- a/include/lldb/Symbol/Symbol.h +++ b/include/lldb/Symbol/Symbol.h @@ -383,6 +383,9 @@ public: bool prefer_file_cache, Stream &strm); + bool + ContainsFileAddress (lldb::addr_t file_addr) const; + protected: // This is the internal guts of ResolveReExportedSymbol, it assumes reexport_name is not null, and that module_spec // is valid. We track the modules we've already seen to make sure we don't get caught in a cycle. |