Searched refs:eSearchDepthModule (Results 1 – 10 of 10) sorted by relevance
253 if (searcher.GetDepth() < lldb::eSearchDepthModule) in DoModuleIteration()257 if (searcher.GetDepth() != lldb::eSearchDepthModule) in DoModuleIteration()271 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()756 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in Search()
122 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
337 return lldb::eSearchDepthModule; in GetDepth()
394 return lldb::eSearchDepthModule; in GetDepth()
221 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()295 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
277 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
294 eSearchDepthModule, enumerator
1629 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1641 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()1645 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
423 .. py:data:: eSearchDepthModule
82623 {SWIG_LUA_CONSTTAB_INT("eSearchDepthModule", (lldb::eSearchDepthModule))},