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()
318 return lldb::eSearchDepthModule; in GetDepth()
392 return lldb::eSearchDepthModule; in GetDepth()
217 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()270 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
314 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
287 eSearchDepthModule, enumerator
1718 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1730 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1734 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
423 .. py:data:: eSearchDepthModule
77941 {SWIG_LUA_CONSTTAB_INT("eSearchDepthModule", lldb::eSearchDepthModule)},