reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86268   SWIG_Python_SetConstant(d, "eSearchDepthModule",SWIG_From_int(static_cast< int >(lldb::eSearchDepthModule)));
tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h
  267     return lldb::eSearchDepthModule;
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  252   return lldb::eSearchDepthModule;
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  402   return lldb::eSearchDepthModule;
tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
  129   lldb::SearchDepth depth = lldb::eSearchDepthModule;
tools/lldb/source/Commands/CommandCompletions.cpp
  441   return lldb::eSearchDepthModule;
  487   return lldb::eSearchDepthModule;
tools/lldb/source/Core/AddressResolverName.cpp
  188   return lldb::eSearchDepthModule;
tools/lldb/source/Core/SearchFilter.cpp
  251   if (searcher.GetDepth() >= lldb::eSearchDepthModule) {
  253       if (searcher.GetDepth() == lldb::eSearchDepthModule) {
  271         if (searcher.GetDepth() == lldb::eSearchDepthModule) {
  800       if (searcher.GetDepth() == lldb::eSearchDepthModule) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
   73   lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; }
  123   lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; }
  268   lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; }
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1998   int depth_as_int = lldb::eSearchDepthModule;
 2010     return lldb::eSearchDepthModule;
 2015     return lldb::eSearchDepthModule;