Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp202 size_t indentation_level = s.GetIndentLevel(); in GetDescription()
237 size_t indentation_level = s.GetIndentLevel(); in GetDescription()
H A DStream.cpp160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp123 s->GetIndentLevel()); in GetCallbackDescription()
H A DBreakpointOptions.cpp559 s->GetIndentLevel()); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp145 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStream.h266 unsigned GetIndentLevel() const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpressionList.cpp191 os.indent(s->GetIndentLevel() + 2); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DSectionLoadList.cpp267 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
H A DTarget.cpp3632 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 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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp585 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectBreakpointCommand.cpp649 result.GetOutputStream().GetIndentLevel() + in DoExecute()
H A DCommandObjectTarget.cpp1421 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 DObjectFileWasm.cpp451 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1198 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3062 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3886 int indent = strm.GetIndentLevel(); in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9260 s->GetIndentLevel()); in DumpTypeDescription()
9288 s->GetIndentLevel()); in DumpTypeDescription()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4822 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true,