/freebsd/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 29 : DumpValueObjectOptions() { in DumpValueObjectOptions() 35 DumpValueObjectOptions & 36 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth() 41 DumpValueObjectOptions & 42 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth() 48 DumpValueObjectOptions & 49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper() 54 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() 517 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() 605 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() [all …]
|
H A D | TypeSummary.cpp | 86 ValueObjectPrinter printer(*valobj, &s, DumpValueObjectOptions()); in FormatObject()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 22 class DumpValueObjectOptions { 53 const DumpValueObjectOptions &, Stream &)> 58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() 59 static DumpValueObjectOptions g_default_options; in DefaultOptions() 64 DumpValueObjectOptions(); 66 DumpValueObjectOptions(ValueObject &valobj); 68 DumpValueObjectOptions & 71 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default); 73 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper); 75 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/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/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 | 2729 return Dump(s, DumpValueObjectOptions(*this)); in Dump() 2733 const DumpValueObjectOptions &options) { in Dump()
|
/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 | 155 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute() 157 const DumpValueObjectOptions &opts, in DoExecute() 166 DumpValueObjectOptions options; in DoExecute() 509 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 | 458 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 | 738 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/Target/ |
H A D | Language.h | 253 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 45 class DumpValueObjectOptions; variable 699 llvm::Error Dump(Stream &s, const DumpValueObjectOptions &options);
|
/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 | 1251 DumpValueObjectOptions options; in GetDescription()
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 215 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
|