Home
last modified time | relevance | path

Searched refs:GetDepth (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp211 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search()
226 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in SearchInModuleList()
249 if (searcher.GetDepth() < lldb::eSearchDepthModule) in DoModuleIteration()
253 if (searcher.GetDepth() != lldb::eSearchDepthModule) in DoModuleIteration()
267 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration()
308 if (searcher.GetDepth() == lldb::eSearchDepthCompUnit) { in DoCUIteration()
332 if (searcher.GetDepth() == lldb::eSearchDepthFunction) { in DoCUIteration()
415 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search()
533 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search()
727 if (searcher.GetDepth() in Search()
[all...]
H A DAddressResolverFileLine.cpp67 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth() function in AddressResolverFileLine
H A DFileLineResolver.cpp67 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth() function in FileLineResolver
H A DIOHandlerCursesGUI.cpp4502 size_t GetDepth() const { in GetDepth() function
4504 return 1 + parent->GetDepth(); in GetDepth()
4660 size_t GetDepth() const { in GetDepth() function in TreeItem
4662 return 1 + m_parent->GetDepth(); in GetDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h39 lldb::SearchDepth GetDepth() override;
H A DFileLineResolver.h43 lldb::SearchDepth GetDepth() override;
H A DSearchFilter.h58 virtual lldb::SearchDepth GetDepth() = 0;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp121 lldb::SearchDepth GetDepth() override { in GetDepth() function in ExceptionBreakpointResolver
123 return m_actual_resolver_sp->GetDepth(); in GetDepth()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h48 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileRegex.h42 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverScripted.h43 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileLine.h42 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverName.h65 lldb::SearchDepth GetDepth() override;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp120 BreakpointResolverScripted::GetDepth() {
122 BreakpointResolverScripted::GetDepth() { GetDepth() function in BreakpointResolverScripted
H A DBreakpointResolverAddress.cpp158 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in SearchCallback()
160 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { GetDepth() function in BreakpointResolverAddress
H A DBreakpointResolverFileRegex.cpp148 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() {
149 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { GetDepth() function in BreakpointResolverFileRegex
H A DBreakpointResolverFileLine.cpp318 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth() function in BreakpointResolverFileLine
H A DBreakpointResolverName.cpp391 lldb::SearchDepth BreakpointResolverName::GetDepth() { in SearchCallback()
393 lldb::SearchDepth BreakpointResolverName::GetDepth() { GetDepth() function in BreakpointResolverName
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp120 lldb::SearchDepth GetDepth() override = 0;
146 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth() function in __anon85b7f05a0211::SourceFileCompleter
219 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function in __anon85b7f05a0311::SymbolCompleter
288 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function in __anon85b7f05a0411::ModuleCompleter