Searched refs:GetIndentLevel (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointOptions.cpp | 125 s->GetIndentLevel()); in GetCallbackDescription()
|
| H A D | BreakpointOptions.cpp | 569 s->GetIndentLevel()); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 166 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Stream.h | 266 unsigned GetIndentLevel() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 256 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
|
| H A D | Target.cpp | 3329 unsigned indent_level = s->GetIndentLevel(); in GetDescription() 3371 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription() 3377 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription() 3495 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription() 3507 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 281 if (static_cast<uint32_t>(actual_text.length() + strm.GetIndentLevel()) < in OutputFormattedUsageText() 289 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText() 395 const uint32_t save_indent_level = strm.GetIndentLevel(); in GenerateOptionUsage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Stream.cpp | 160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 615 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 679 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1418 section_list->Dump(strm.AsRawOstream(), strm.GetIndentLevel() + 2, in DumpModuleSections() 1444 const uint32_t save_indent = strm.GetIndentLevel(); in DumpAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 454 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 146 DumpOpts, s->GetIndentLevel() + 2); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2988 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9081 s->GetIndentLevel()); in DumpTypeDescription() 9112 s->GetIndentLevel()); in DumpTypeDescription() 9115 s->GetIndentLevel()); in DumpTypeDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3901 int indent = strm.GetIndentLevel(); in Dump()
|