/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | SearchFilter.cpp | 211 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 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 | 4502 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 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 | 120 BreakpointResolverScripted::GetDepth() { 122 BreakpointResolverScripted::GetDepth() { GetDepth() function in BreakpointResolverScripted
|
H A D | BreakpointResolverAddress.cpp | 158 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in SearchCallback() 160 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { GetDepth() function in BreakpointResolverAddress
|
H A D | BreakpointResolverFileRegex.cpp | 148 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { 149 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { GetDepth() function in BreakpointResolverFileRegex
|
H A D | BreakpointResolverFileLine.cpp | 318 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth() function in BreakpointResolverFileLine
|
H A D | BreakpointResolverName.cpp | 391 lldb::SearchDepth BreakpointResolverName::GetDepth() { in SearchCallback() 393 lldb::SearchDepth BreakpointResolverName::GetDepth() { 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 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
|