/external/llvm-project/lldb/source/Breakpoint/ |
D | WatchpointOptions.cpp | 125 s->GetIndentLevel()); in GetCallbackDescription()
|
D | BreakpointOptions.cpp | 571 s->GetIndentLevel()); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.cpp | 166 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 266 unsigned GetIndentLevel() const;
|
/external/llvm-project/lldb/source/Target/ |
D | SectionLoadList.cpp | 256 pos->second->Dump(s.AsRawOstream(), s.GetIndentLevel(), target, 0); in Dump()
|
D | Target.cpp | 3268 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/ |
D | Options.cpp | 282 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/ |
D | Stream.cpp | 160 unsigned Stream::GetIndentLevel() const { return m_indent_level; } in GetIndentLevel() function in Stream
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 625 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
D | CommandObjectBreakpointCommand.cpp | 683 result.GetOutputStream().GetIndentLevel() + in DoExecute()
|
D | CommandObjectTarget.cpp | 1453 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/ |
D | ObjectFileWasm.cpp | 439 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1769 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/ |
D | cpplint.py | 1769 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/ |
D | ObjectFilePECOFF.cpp | 989 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 148 DumpOpts, s->GetIndentLevel() + 2); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 8952 s->GetIndentLevel()); in DumpTypeDescription() 8983 s->GetIndentLevel()); in DumpTypeDescription() 8986 s->GetIndentLevel()); in DumpTypeDescription()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 2961 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.cpp | 3901 int indent = strm.GetIndentLevel(); in Dump()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 4830 sections->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()
|