| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions 27 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions 28 : DumpValueObjectOptions() { in DumpValueObjectOptions() 34 DumpValueObjectOptions & 35 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth() 40 DumpValueObjectOptions & 41 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth() 47 DumpValueObjectOptions & 48 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper() 53 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() [all …]
|
| H A D | ValueObjectPrinter.cpp | 23 DumpValueObjectOptions options(*valobj); in ValueObjectPrinter() 26 DumpValueObjectOptions options; in ValueObjectPrinter() 32 const DumpValueObjectOptions &options) { in ValueObjectPrinter() 37 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter() 38 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter() 44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init() 45 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in Init() 472 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion() 485 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() 562 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() [all …]
|
| H A D | CMakeLists.txt | 4 DumpValueObjectOptions.cpp
|
| H A D | TypeSummary.cpp | 83 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 22 class DumpValueObjectOptions { 53 const DumpValueObjectOptions &, Stream &)> 56 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() 57 static DumpValueObjectOptions g_default_options; in DefaultOptions() 62 DumpValueObjectOptions(); 64 DumpValueObjectOptions(ValueObject &valobj); 66 DumpValueObjectOptions & 69 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default); 71 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper); 73 DumpValueObjectOptions &SetShowTypes(bool show = false); [all …]
|
| H A D | ValueObjectPrinter.h | 28 const DumpValueObjectOptions &options); 43 const DumpValueObjectOptions &options, 44 const DumpValueObjectOptions::PointerDepth &ptr_depth, 51 const DumpValueObjectOptions &options, 52 const DumpValueObjectOptions::PointerDepth &ptr_depth, 95 DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 108 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 114 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 126 DumpValueObjectOptions m_options; 129 DumpValueObjectOptions::PointerDepth m_ptr_depth;
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 189 DumpValueObjectOptions OptionGroupValueObjectDisplay::GetAsDumpOptions( in GetAsDumpOptions() 192 DumpValueObjectOptions options; in GetAsDumpOptions() 194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbDataFormatters/ |
| H A D | Makefile | 10 DumpValueObjectOptions.cpp \
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 39 DumpValueObjectOptions GetAsDumpOptions(
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/DataFormatters/ |
| H A D | BUILD.gn | 16 "DumpValueObjectOptions.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 167 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute() 169 const DumpValueObjectOptions &opts, in DoExecute() 178 DumpValueObjectOptions options; in DoExecute() 508 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 435 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 827 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 738 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Language.h | 233 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 45 class DumpValueObjectOptions; variable 653 void Dump(Stream &s, const DumpValueObjectOptions &options);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Language.cpp | 450 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 80 class DumpValueObjectOptions; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObject.cpp | 2571 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump() 2573 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3282 DumpValueObjectOptions expr_options; in DumpAllocation()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3694 lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h 4018 lldb/source/DataFormatters/DumpValueObjectOptions.cpp
|