| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 215 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() 230 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in SearchInModuleList() 253 if (searcher.GetDepth() < lldb::eSearchDepthModule) in DoModuleIteration() 257 if (searcher.GetDepth() != lldb::eSearchDepthModule) in DoModuleIteration() 271 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration() 312 if (searcher.GetDepth() == lldb::eSearchDepthCompUnit) { in DoCUIteration() 336 if (searcher.GetDepth() == lldb::eSearchDepthFunction) { in DoCUIteration() 419 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() 539 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() 734 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() [all …]
|
| H A D | AddressResolverFileLine.cpp | 67 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth() function in AddressResolverFileLine
|
| H A D | FileLineResolver.cpp | 67 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth() function in FileLineResolver
|
| H A D | IOHandlerCursesGUI.cpp | 4504 size_t GetDepth() const { in GetDepth() function 4506 return 1 + parent->GetDepth(); in GetDepth() 4662 size_t GetDepth() const { in GetDepth() function in TreeItem 4664 return 1 + m_parent->GetDepth(); in GetDepth()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolverFileLine.h | 39 lldb::SearchDepth GetDepth() override;
|
| H A D | FileLineResolver.h | 43 lldb::SearchDepth GetDepth() override;
|
| H A D | SearchFilter.h | 58 virtual lldb::SearchDepth GetDepth() = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | LanguageRuntime.cpp | 121 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 D | BreakpointResolverAddress.h | 48 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverFileRegex.h | 42 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverScripted.h | 43 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverFileLine.h | 42 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverName.h | 65 lldb::SearchDepth GetDepth() override;
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 121 BreakpointResolverScripted::GetDepth() { in GetDepth() function in BreakpointResolverScripted
|
| H A D | BreakpointResolverAddress.cpp | 162 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth() function in BreakpointResolverAddress
|
| H A D | BreakpointResolverFileRegex.cpp | 150 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth() function in BreakpointResolverFileRegex
|
| H A D | BreakpointResolverFileLine.cpp | 336 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth() function in BreakpointResolverFileLine
|
| H A D | BreakpointResolverName.cpp | 393 lldb::SearchDepth BreakpointResolverName::GetDepth() { in GetDepth() function in BreakpointResolverName
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 120 lldb::SearchDepth GetDepth() override = 0; 146 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthCompUnit; } in GetDepth() function in __anon85b7f05a0211::SourceFileCompleter 221 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function in __anon85b7f05a0311::SymbolCompleter 295 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function in __anon85b7f05a0411::ModuleCompleter
|