/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointName.cpp | 42 s->IndentMore(); in GetDescription() 64 s->IndentMore(); in GetDescription() 73 s->IndentMore(); in GetDescription()
|
D | WatchpointOptions.cpp | 138 s->IndentMore(); in GetDescription() 141 s->IndentMore(); in GetDescription() 152 s->IndentMore(); in GetDescription()
|
D | BreakpointOptions.cpp | 540 s->IndentMore(); in GetDescription() 543 s->IndentMore(); in GetDescription() 563 s->IndentMore(); in GetDescription()
|
D | BreakpointList.cpp | 159 s->IndentMore(); in Dump()
|
D | BreakpointSiteList.cpp | 156 s->IndentMore(); in Dump()
|
D | WatchpointList.cpp | 46 s->IndentMore(); in DumpWithLevel()
|
D | BreakpointLocationList.cpp | 129 s->IndentMore(); in Dump()
|
D | Breakpoint.cpp | 919 s->IndentMore(); in GetDescription() 960 s->IndentMore(); in GetDescription()
|
D | BreakpointLocation.cpp | 504 s->IndentMore(); in GetDescription()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptScriptGroup.cpp | 115 stream.IndentMore(); in DoExecute() 123 stream.IndentMore(); in DoExecute()
|
D | RenderScriptRuntime.cpp | 3108 strm.IndentMore(); in DumpContexts() 3137 strm.IndentMore(); in DumpKernels() 3359 strm.IndentMore(); in ListAllocations() 3376 strm.IndentMore(); in ListAllocations() 3820 strm.IndentMore(); in DumpModules() 3908 strm.IndentMore(); in Dump() 3913 strm.IndentMore(); in Dump() 3922 strm.IndentMore(); in Dump() 3931 strm.IndentMore(); in Dump() 3943 strm.IndentMore(); in Dump() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanStack.cpp | 22 s.IndentMore(); in PrintPlanElement() 42 s.IndentMore(); in DumpThreadPlans() 444 strm.IndentMore(); in DumpPlans() 486 strm.IndentMore(); in DumpPlansForTID()
|
D | Thread.cpp | 784 s.IndentMore(); in ShouldStop() 950 s.IndentMore(); in ShouldStop() 1754 strm.IndentMore(); in GetStatus() 1761 strm.IndentMore(); in GetStatus()
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompileUnit.cpp | 116 s->IndentMore(); in Dump() 122 s->IndentMore(); in Dump()
|
D | SymbolContext.cpp | 312 s->IndentMore(); in Dump() 314 s->IndentMore(); in Dump() 1257 s->IndentMore(); in Dump()
|
D | Block.cpp | 97 s->IndentMore(); in Dump()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueFileSpecList.cpp | 30 strm.IndentMore(); in DumpValue()
|
D | OptionValueArray.cpp | 34 strm.IndentMore(); in DumpValue()
|
D | OptionValueDictionary.cpp | 38 strm.IndentMore(); in DumpValue()
|
D | Options.cpp | 409 strm.IndentMore(2); in GenerateOptionUsage() 548 strm.IndentMore(5); in GenerateOptionUsage() 591 strm.IndentMore(5); in GenerateOptionUsage()
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
D | ObjectContainerUniversalMachO.cpp | 137 s->IndentMore(); in Dump()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Stream.h | 281 void IndentMore(unsigned amount = 2);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 135 strm.IndentMore(); in DumpRegisterSet()
|
/external/llvm-project/lldb/source/Utility/ |
D | Stream.cpp | 168 void Stream::IndentMore(unsigned amount) { m_indent_level += amount; } in IndentMore() function in Stream
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.cpp | 409 s->IndentMore(); in Dump()
|