Home
last modified time | relevance | path

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

/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp123 s->GetIndentLevel()); in GetCallbackDescription()
H A DBreakpointOptions.cpp558 s->GetIndentLevel()); in GetDescription()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h310 unsigned GetIndentLevel() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp267 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
H A DTarget.cpp3748 unsigned indent_level = s.GetIndentLevel(); in GetDescription()
3790 s.SetIndentLevel(s.GetIndentLevel() + 4); in GetSubclassDescription()
3796 s.SetIndentLevel(s.GetIndentLevel() - 4); in GetSubclassDescription()
3910 s.SetIndentLevel(s.GetIndentLevel() + 4); in GetSubclassDescription()
3921 s.SetIndentLevel(s.GetIndentLevel() - 4); in GetSubclassDescription()
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp158 sections->Dump(stream->AsRawOstream(), stream->GetIndentLevel(), nullptr, in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp583 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectBreakpointCommand.cpp646 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectTarget.cpp1437 section_list->Dump(strm.AsRawOstream(), strm.GetIndentLevel() + 2, in DumpModuleSections()
1546 const uint32_t save_indent = strm.GetIndentLevel(); in DumpAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp451 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3153 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8716 s.GetIndentLevel()); in DumpTypeDescription()
8744 s.GetIndentLevel()); in DumpTypeDescription()