Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpointOptions.cpp125 s->GetIndentLevel()); in GetCallbackDescription()
DBreakpointOptions.cpp571 s->GetIndentLevel()); in GetDescription()
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp166 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/external/llvm-project/lldb/include/lldb/Utility/
DStream.h266 unsigned GetIndentLevel() const;
/external/llvm-project/lldb/source/Target/
DSectionLoadList.cpp256 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
DTarget.cpp3268 unsigned indent_level = s->GetIndentLevel(); in GetDescription()
3310 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription()
3316 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription()
3434 s->SetIndentLevel(s->GetIndentLevel() + 4); in GetSubclassDescription()
3446 s->SetIndentLevel(s->GetIndentLevel() - 4); in GetSubclassDescription()
/external/llvm-project/lldb/source/Interpreter/
DOptions.cpp282 if (static_cast<uint32_t>(actual_text.length() + strm.GetIndentLevel()) < in OutputFormattedUsageText()
290 int text_width = output_max_columns - strm.GetIndentLevel() - 1; in OutputFormattedUsageText()
396 const uint32_t save_indent_level = strm.GetIndentLevel(); in GenerateOptionUsage()
/external/llvm-project/lldb/source/Utility/
DStream.cpp160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp625 result.GetOutputStream().GetIndentLevel() + in DoExecute()
DCommandObjectBreakpointCommand.cpp683 result.GetOutputStream().GetIndentLevel() + in DoExecute()
DCommandObjectTarget.cpp1453 section_list->Dump(strm.AsRawOstream(), strm.GetIndentLevel() + 2, in DumpModuleSections()
1479 const uint32_t save_indent = strm.GetIndentLevel(); in DumpAddress()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp439 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/external/google-styleguide/cpplint/
Dcpplint.py1769 def GetIndentLevel(line): function
2279 self.class_indent = GetIndentLevel(clean_lines.raw_lines[linenum])
3808 if_indent = GetIndentLevel(line)
3841 next_indent = GetIndentLevel(next_line)
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1769 def GetIndentLevel(line): function
2279 self.class_indent = GetIndentLevel(clean_lines.raw_lines[linenum])
3808 if_indent = GetIndentLevel(line)
3841 next_indent = GetIndentLevel(next_line)
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp989 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp148 DumpOpts, s->GetIndentLevel() + 2); in GetDescription()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8952 s->GetIndentLevel()); in DumpTypeDescription()
8983 s->GetIndentLevel()); in DumpTypeDescription()
8986 s->GetIndentLevel()); in DumpTypeDescription()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2961 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp3901 int indent = strm.GetIndentLevel(); in Dump()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp4830 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()