Home
last modified time | relevance | path

Searched refs:eSearchDepthModule (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h73 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
123 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
268 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp260 if (searcher.GetDepth() >= lldb::eSearchDepthModule) { in DoModuleIteration()
262 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()
280 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()
831 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in Search()
H A DAddressResolverName.cpp190 return lldb::eSearchDepthModule; in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp154 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileLine.cpp257 return lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverName.cpp399 return lldb::eSearchDepthModule; in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp460 return lldb::eSearchDepthModule; in GetDepth()
508 return lldb::eSearchDepthModule; in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h262 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h299 eSearchDepthModule, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2001 int depth_as_int = lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
2013 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()
2018 return lldb::eSearchDepthModule; in ScriptedBreakpointResolverSearchDepth()