Searched refs:eSearchDepthModule (Results 1 – 10 of 10) 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()
121 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
319 return lldb::eSearchDepthModule; in GetDepth()
392 return lldb::eSearchDepthModule; in GetDepth()
219 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()288 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
272 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
287 eSearchDepthModule, enumerator
1612 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1624 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1628 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
423 .. py:data:: eSearchDepthModule
81225 {SWIG_LUA_CONSTTAB_INT("eSearchDepthModule", (lldb::eSearchDepthModule))},