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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp125 s->GetIndentLevel());
H A DBreakpointOptions.cpp571 s->GetIndentLevel());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h266 unsigned GetIndentLevel() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp166 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp256 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0);
H A DTarget.cpp3208 unsigned indent_level = s->GetIndentLevel();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp282 if (static_cast<uint32_t>(actual_text.length() + strm.GetIndentLevel()) <
290 int text_width = output_max_columns - strm.GetIndentLevel() - 1;
398 const uint32_t save_indent_level = strm.GetIndentLevel();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp685 result.GetOutputStream().GetIndentLevel() +
H A DCommandObjectWatchpointCommand.cpp625 result.GetOutputStream().GetIndentLevel() +
H A DCommandObjectTarget.cpp1441 section_list->Dump(strm.AsRawOstream(), strm.GetIndentLevel() + 2,
1467 const uint32_t save_indent = strm.GetIndentLevel();
1510 // const uint32_t save_indent = strm.GetIndentLevel ();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp439 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } function in class:Stream
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp148 DumpOpts, s->GetIndentLevel() + 2);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8917 s->GetIndentLevel());
8949 s->GetIndentLevel());
8952 s->GetIndentLevel());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3901 int indent = strm.GetIndentLevel();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2961 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true,

Completed in 388 milliseconds