Home
last modified time | relevance | path

Searched refs:GetIndentLevel (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp125 s->GetIndentLevel()); in GetCallbackDescription()
H A DBreakpointOptions.cpp569 s->GetIndentLevel()); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp166 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h266 unsigned GetIndentLevel() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp256 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
H A DTarget.cpp3329 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 DOptions.cpp281 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 DStream.cpp160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp615 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectBreakpointCommand.cpp679 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectTarget.cpp1418 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 DObjectFileWasm.cpp454 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp146 DumpOpts, s->GetIndentLevel() + 2); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2988 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9081 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 DRenderScriptRuntime.cpp3901 int indent = strm.GetIndentLevel(); in Dump()