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()274 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
123 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
322 return lldb::eSearchDepthModule; in GetDepth()
401 return lldb::eSearchDepthModule; in GetDepth()
211 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()267 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
332 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
287 eSearchDepthModule, enumerator
1787 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1799 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1803 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
372 | | | `lldb.eSearchDepthModule` …378 … | So you would want to return `lldb.eSearchDepthModule`. This meth…
423 .. py:data:: eSearchDepthModule