| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 202 size_t indentation_level = s.GetIndentLevel(); in GetDescription() 237 size_t indentation_level = s.GetIndentLevel(); in GetDescription()
|
| H A D | Stream.cpp | 160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | WatchpointOptions.cpp | 123 s->GetIndentLevel()); in GetCallbackDescription()
|
| H A D | BreakpointOptions.cpp | 559 s->GetIndentLevel()); in GetDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 145 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Stream.h | 266 unsigned GetIndentLevel() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpressionList.cpp | 191 os.indent(s->GetIndentLevel() + 2); in GetDescription()
|
| /openbsd-src/gnu/llvm/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 | 3632 unsigned indent_level = s->GetIndentLevel(); in GetDescription() 3674 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription() 3680 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription() 3794 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription() 3806 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 585 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
| H A D | CommandObjectBreakpointCommand.cpp | 649 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 1421 section_list->Dump(strm.AsRawOstream(), strm.GetIndentLevel() + 2, in DumpModuleSections() 1448 const uint32_t save_indent = strm.GetIndentLevel(); in DumpAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 451 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 1198 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3062 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3886 int indent = strm.GetIndentLevel(); in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9260 s->GetIndentLevel()); in DumpTypeDescription() 9288 s->GetIndentLevel()); in DumpTypeDescription()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 4822 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true,
|