| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 115 lldb::SearchDepth GetDepth() override = 0; 135 lldb::SearchDepth GetDepth() override; 161 lldb::SearchDepth GetDepth() override; 185 lldb::SearchDepth GetDepth() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 220 if (searcher.GetDepth() == lldb::eSearchDepthTarget) in Search() 233 if (searcher.GetDepth() == lldb::eSearchDepthTarget) in SearchInModuleList() 260 if (searcher.GetDepth() >= lldb::eSearchDepthModule) { in DoModuleIteration() 262 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration() 280 if (searcher.GetDepth() == lldb::eSearchDepthModule) { in DoModuleIteration() 314 if (searcher.GetDepth() == lldb::eSearchDepthCompUnit) { in DoCUIteration() 337 if (searcher.GetDepth() == lldb::eSearchDepthFunction) { in DoCUIteration() 454 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() 596 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() 807 if (searcher.GetDepth() == lldb::eSearchDepthTarget) { in Search() [all …]
|
| H A D | AddressResolverFileLine.cpp | 81 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth() function in AddressResolverFileLine
|
| H A D | FileLineResolver.cpp | 70 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth() function in FileLineResolver
|
| H A D | AddressResolverName.cpp | 189 lldb::SearchDepth AddressResolverName::GetDepth() { in GetDepth() function in AddressResolverName
|
| H A D | IOHandler.cpp | 1921 size_t GetDepth() const { in GetDepth() function 1923 return 1 + parent->GetDepth(); in GetDepth() 2050 size_t GetDepth() const { in GetDepth() function in TreeItem 2052 return 1 + m_parent->GetDepth(); in GetDepth()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | AddressResolverFileLine.h | 50 lldb::SearchDepth GetDepth() override;
|
| H A D | AddressResolverName.h | 55 lldb::SearchDepth GetDepth() override;
|
| H A D | FileLineResolver.h | 51 lldb::SearchDepth GetDepth() override;
|
| H A D | SearchFilter.h | 81 virtual lldb::SearchDepth GetDepth() = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | LanguageRuntime.cpp | 124 lldb::SearchDepth GetDepth() override { in GetDepth() function in ExceptionBreakpointResolver 126 return m_actual_resolver_sp->GetDepth(); in GetDepth()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.h | 46 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverAddress.h | 50 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverScripted.h | 48 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverFileLine.h | 44 lldb::SearchDepth GetDepth() override;
|
| H A D | BreakpointResolverName.h | 67 lldb::SearchDepth GetDepth() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 73 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function 123 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function 268 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 367 lldb::SearchDepth CommandCompletions::SourceFileCompleter::GetDepth() { in GetDepth() function in CommandCompletions::SourceFileCompleter 459 lldb::SearchDepth CommandCompletions::SymbolCompleter::GetDepth() { in GetDepth() function in CommandCompletions::SymbolCompleter 507 lldb::SearchDepth CommandCompletions::ModuleCompleter::GetDepth() { in GetDepth() function in CommandCompletions::ModuleCompleter
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 594 GetDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, in GetDepth() function 756 unsigned EHPadDepth = GetDepth(EHPadStack, MI.getOperand(0).getMBB()); in rewriteDepthImmediates() 779 MO = MachineOperand::CreateImm(GetDepth(Stack, MO.getMBB())); in rewriteDepthImmediates()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 152 BreakpointResolverScripted::GetDepth() { in GetDepth() function in BreakpointResolverScripted
|
| H A D | BreakpointResolverFileRegex.cpp | 156 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth() function in BreakpointResolverFileRegex
|
| H A D | BreakpointResolverAddress.cpp | 172 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth() function in BreakpointResolverAddress
|
| H A D | BreakpointResolverFileLine.cpp | 256 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth() function in BreakpointResolverFileLine
|
| H A D | BreakpointResolverName.cpp | 398 lldb::SearchDepth BreakpointResolverName::GetDepth() { in GetDepth() function in BreakpointResolverName
|