Home
last modified time | relevance | path

Searched refs:SearchDepth (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp34 lldb::SearchDepth depth, in BreakpointResolverScripted()
84 lldb::SearchDepth depth; in CreateFromStructuredData()
87 GetKey(OptionNames::SearchDepth), depth_as_int); in CreateFromStructuredData()
96 depth = (lldb::SearchDepth) depth_as_int; in CreateFromStructuredData()
151 lldb::SearchDepth
154 lldb::SearchDepth depth = lldb::eSearchDepthModule; in GetDepth()
H A DBreakpointResolverFileRegex.cpp156 lldb::SearchDepth BreakpointResolverFileRegex::GetDepth() { in GetDepth()
H A DBreakpointResolverAddress.cpp172 lldb::SearchDepth BreakpointResolverAddress::GetDepth() { in GetDepth()
H A DBreakpointResolverFileLine.cpp256 lldb::SearchDepth BreakpointResolverFileLine::GetDepth() { in GetDepth()
H A DBreakpointResolverName.cpp398 lldb::SearchDepth BreakpointResolverName::GetDepth() { in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h31 lldb::SearchDepth depth,
48 lldb::SearchDepth GetDepth() override;
69 lldb::SearchDepth m_depth;
H A DBreakpointResolverFileRegex.h46 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverAddress.h50 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverFileLine.h44 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolverName.h67 lldb::SearchDepth GetDepth() override;
H A DBreakpointResolver.h208 SearchDepth, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h115 lldb::SearchDepth GetDepth() override = 0;
135 lldb::SearchDepth GetDepth() override;
161 lldb::SearchDepth GetDepth() override;
185 lldb::SearchDepth GetDepth() override;
H A DScriptInterpreter.h259 virtual lldb::SearchDepth
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h50 lldb::SearchDepth GetDepth() override;
H A DAddressResolverName.h55 lldb::SearchDepth GetDepth() override;
H A DFileLineResolver.h51 lldb::SearchDepth GetDepth() override;
H A DSearchFilter.h81 virtual lldb::SearchDepth GetDepth() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverFileLine.cpp81 lldb::SearchDepth AddressResolverFileLine::GetDepth() { in GetDepth()
H A DFileLineResolver.cpp70 lldb::SearchDepth FileLineResolver::GetDepth() { in GetDepth()
H A DAddressResolverName.cpp189 lldb::SearchDepth AddressResolverName::GetDepth() { in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h73 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
123 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
268 lldb::SearchDepth GetDepth() override { return lldb::eSearchDepthModule; } in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp367 lldb::SearchDepth CommandCompletions::SourceFileCompleter::GetDepth() { in GetDepth()
459 lldb::SearchDepth CommandCompletions::SymbolCompleter::GetDepth() { in GetDepth()
507 lldb::SearchDepth CommandCompletions::ModuleCompleter::GetDepth() { in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp124 lldb::SearchDepth GetDepth() override { in GetDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h296 enum SearchDepth { enum
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h232 lldb::SearchDepth

12