Home
last modified time | relevance | path

Searched refs:SetIndentLevel (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp209 s.SetIndentLevel(indentation_level); in GetDescription()
244 s.SetIndentLevel(indentation_level); in GetDescription()
H A DStream.cpp163 void Stream::SetIndentLevel(unsigned indent_level) { in SetIndentLevel() function in Stream
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStream.h336 void SetIndentLevel(unsigned level);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3634 s->SetIndentLevel(indent_level + 2); in GetDescription()
3648 s->SetIndentLevel(indent_level + 4); in GetDescription()
3650 s->SetIndentLevel(indent_level + 2); in GetDescription()
3657 s->SetIndentLevel(indent_level + 4); in GetDescription()
3660 s->SetIndentLevel(indent_level + 2); 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/Commands/
H A DCommandCompletions.cpp746 strm.SetIndentLevel(11); in StopHookIDs()
H A DCommandObjectTarget.cpp1449 strm.SetIndentLevel(save_indent + 13); in DumpAddress()
1451 strm.SetIndentLevel(save_indent); in DumpAddress()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp558 strm.SetIndentLevel(save_indent_level); in GenerateOptionUsage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3933 strm.SetIndentLevel(indent); in Dump()