Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp205 size_t indentation_level = s.GetIndentLevel(); in GetDescription()
240 size_t indentation_level = s.GetIndentLevel(); in GetDescription()
H A DStream.cpp187 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp123 s->GetIndentLevel()); in GetCallbackDescription()
H A DBreakpointOptions.cpp550 s->GetIndentLevel()); in GetDescription()
/src/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp132 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
H A DDWARFExpressionList.cpp191 os.indent(s->GetIndentLevel() + 2); in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h310 unsigned GetIndentLevel() const;
/src/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp267 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
H A DTarget.cpp3736 unsigned indent_level = s.GetIndentLevel(); in GetDescription()
3778 s.SetIndentLevel(s.GetIndentLevel() + 4); in GetSubclassDescription()
3784 s.SetIndentLevel(s.GetIndentLevel() - 4); in GetSubclassDescription()
3898 s.SetIndentLevel(s.GetIndentLevel() + 4); in GetSubclassDescription()
3909 s.SetIndentLevel(s.GetIndentLevel() - 4); in GetSubclassDescription()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp286 if (static_cast<uint32_t>(actual_text.length() + strm.GetIndentLevel()) < in OutputFormattedUsageText()
294 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText()
398 const uint32_t save_indent_level = strm.GetIndentLevel(); in GenerateOptionUsage()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp158 sections->Dump(stream->AsRawOstream(), stream->GetIndentLevel(), nullptr, in Dump()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp547 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectBreakpointCommand.cpp610 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectTarget.cpp1394 section_list->Dump(strm.AsRawOstream(), strm.GetIndentLevel() + 2, in DumpModuleSections()
1503 const uint32_t save_indent = strm.GetIndentLevel(); in DumpAddress()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp451 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3243 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8902 s.GetIndentLevel()); in DumpTypeDescription()
8930 s.GetIndentLevel()); in DumpTypeDescription()