| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions 28 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions 35 DumpValueObjectOptions & 41 DumpValueObjectOptions & 60 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() 65 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation() 70 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC() 75 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() 100 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput() 116 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay() [all …]
|
| H A D | ValueObjectPrinter.cpp | 23 DumpValueObjectOptions options(*valobj); in ValueObjectPrinter() 26 DumpValueObjectOptions options; in ValueObjectPrinter() 37 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter() 44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init() 303 DumpValueObjectOptions decl_print_options = m_options; in PrintDecl() 493 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion() 505 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() 592 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() 597 DumpValueObjectOptions child_options(m_options); in PrintChild() 699 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren() [all …]
|
| H A D | TypeSummary.cpp | 83 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 22 class DumpValueObjectOptions { 58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() 59 static DumpValueObjectOptions g_default_options; in DefaultOptions() 64 DumpValueObjectOptions(); 66 DumpValueObjectOptions(ValueObject &valobj); 68 DumpValueObjectOptions & 77 DumpValueObjectOptions &SetShowTypes(bool show = false); 85 DumpValueObjectOptions & 98 DumpValueObjectOptions &SetRawDisplay(); 102 DumpValueObjectOptions & [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, 94 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 107 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 113 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 127 DumpValueObjectOptions m_options; 130 DumpValueObjectOptions::PointerDepth m_ptr_depth;
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 49 lldb_private::DumpValueObjectOptions dump_options; in dump_type_value() 50 lldb_private::DumpValueObjectOptions::ChildPrintingDecider decider = in dump_type_value()
|
| H A D | ValueObject.cpp | 2515 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump() 2517 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 39 DumpValueObjectOptions GetAsDumpOptions(
|
| /freebsd-14.2/contrib/llvm-project/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() 560 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectDWIMPrint.cpp | 96 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 470 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 815 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 770 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 293 DumpValueObjectOptions options; in DumpSnapshots() 316 DumpValueObjectOptions options; in DumpSnapshots()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 244 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 45 class DumpValueObjectOptions; variable 643 void Dump(Stream &s, const DumpValueObjectOptions &options);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 470 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 77 class DumpValueObjectOptions; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1214 DumpValueObjectOptions options; in GetDescription()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 210 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
|