| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions 26 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions 27 : DumpValueObjectOptions() { in DumpValueObjectOptions() 33 DumpValueObjectOptions & 34 DumpValueObjectOptions::SetMaximumPointerDepth(uint32_t depth) { in SetMaximumPointerDepth() 39 DumpValueObjectOptions & 40 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth() 46 DumpValueObjectOptions & 47 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper() 52 DumpValueObjectOptions & [all …]
|
| H A D | ValueObjectPrinter.cpp | 25 DumpValueObjectOptions options(valobj); in ValueObjectPrinter() 30 const DumpValueObjectOptions &options) in ValueObjectPrinter() 36 ValueObject &valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter() 37 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() 308 DumpValueObjectOptions decl_print_options = m_options; in PrintDecl() 505 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion() 510 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() 599 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() [all …]
|
| H A D | TypeSummary.cpp | 103 ValueObjectPrinter printer(*valobj, &s, DumpValueObjectOptions()); in FormatObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 22 class DumpValueObjectOptions { 52 const DumpValueObjectOptions &, Stream &)> 57 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() 58 static DumpValueObjectOptions g_default_options; in DefaultOptions() 63 DumpValueObjectOptions(); 65 DumpValueObjectOptions(ValueObject &valobj); 67 DumpValueObjectOptions &SetMaximumPointerDepth(uint32_t depth); 69 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default); 71 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper); 73 DumpValueObjectOptions &SetChildPrintingDecider(ChildPrintingDecider decider); [all …]
|
| H A D | ValueObjectPrinter.h | 32 const DumpValueObjectOptions &options); 47 const DumpValueObjectOptions &options, 48 const DumpValueObjectOptions::PointerDepth &ptr_depth, 55 const DumpValueObjectOptions &options, 56 const DumpValueObjectOptions::PointerDepth &ptr_depth, 115 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 128 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 134 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 150 DumpValueObjectOptions m_options; 153 DumpValueObjectOptions::PointerDepth m_ptr_depth;
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 189 DumpValueObjectOptions OptionGroupValueObjectDisplay::GetAsDumpOptions( in GetAsDumpOptions() 192 DumpValueObjectOptions options; in GetAsDumpOptions()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 39 DumpValueObjectOptions GetAsDumpOptions(
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 156 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute() 158 const DumpValueObjectOptions &opts, in DoExecute() 167 DumpValueObjectOptions options; in DoExecute() 533 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectDWIMPrint.cpp | 88 DumpValueObjectOptions dump_options = m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 461 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
|
| H A D | CommandObjectMemory.cpp | 816 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 737 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 297 DumpValueObjectOptions options; in DumpSnapshots() 322 DumpValueObjectOptions options; in DumpSnapshots()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObject.h | 45 class DumpValueObjectOptions; variable 703 llvm::Error Dump(Stream &s, const DumpValueObjectOptions &options);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 352 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 501 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 79 class DumpValueObjectOptions; variable
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1270 DumpValueObjectOptions options; in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 2707 return Dump(s, DumpValueObjectOptions(*this)); in Dump() 2711 const DumpValueObjectOptions &options) { in Dump()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 222 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
|