Searched refs:eSearchDepthModule (Results 1 – 11 of 11) sorted by relevance
249 if (searcher.GetDepth() < lldb::eSearchDepthModule) in DoModuleIteration()253 if (searcher.GetDepth() != lldb::eSearchDepthModule) in DoModuleIteration()267 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()749 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in Search()
77 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()127 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()273 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
126 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
261 return lldb::eSearchDepthModule; in GetDepth()
404 return lldb::eSearchDepthModule; in GetDepth()
209 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()265 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
286 eSearchDepthModule, enumerator
325 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
2002 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()2014 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()2018 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
423 .. py:data:: eSearchDepthModule
70687 {SWIG_LUA_CONSTTAB_INT("eSearchDepthModule", lldb::eSearchDepthModule)},