Searched refs:GetIndentLevel (Results 1 – 17 of 17) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 205 size_t indentation_level = s.GetIndentLevel(); in GetDescription() 240 size_t indentation_level = s.GetIndentLevel(); in GetDescription()
|
| H A D | Stream.cpp | 187 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
|
| /src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointOptions.cpp | 123 s->GetIndentLevel()); in GetCallbackDescription()
|
| H A D | BreakpointOptions.cpp | 550 s->GetIndentLevel()); in GetDescription()
|
| /src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 132 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| H A D | DWARFExpressionList.cpp | 191 os.indent(s->GetIndentLevel() + 2); in GetDescription()
|
| /src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Stream.h | 310 unsigned GetIndentLevel() const;
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 267 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
|
| H A D | Target.cpp | 3736 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 D | Options.cpp | 286 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 D | ObjectFileCOFF.cpp | 158 sections->Dump(stream->AsRawOstream(), stream->GetIndentLevel(), nullptr, in Dump()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 547 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 610 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1394 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 D | ObjectFileWasm.cpp | 451 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3243 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8902 s.GetIndentLevel()); in DumpTypeDescription() 8930 s.GetIndentLevel()); in DumpTypeDescription()
|