Home
last modified time | relevance | path

Searched refs:eSearchDepthCompUnit (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DAddressResolverFileLine.cpp72 return lldb::eSearchDepthCompUnit; in GetDepth()
H A DFileLineResolver.cpp68 return lldb::eSearchDepthCompUnit; in GetDepth()
H A DSearchFilter.cpp308 if (searcher.GetDepth() == lldb::eSearchDepthCompUnit) { in DoCUIteration()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp150 return lldb::eSearchDepthCompUnit; in GetDepth()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h288 eSearchDepthCompUnit, enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp138 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst364 … | For instance, if you asked for a search depth of lldb.eSearchDepthCompUnit, then the …
373 | | | `lldb.eSearchDepthCompUnit` …
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst424 .. py:data:: eSearchDepthCompUnit