| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 18 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions 29 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions 36 DumpValueObjectOptions & 54 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes() 59 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation() 64 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC() 69 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary() 94 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput() 105 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap() 110 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay() [all …]
|
| H A D | ValueObjectPrinter.cpp | 24 DumpValueObjectOptions options(*valobj); in ValueObjectPrinter() 27 DumpValueObjectOptions options; in ValueObjectPrinter() 33 const DumpValueObjectOptions &options) { in ValueObjectPrinter() 38 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter() 39 const DumpValueObjectOptions::PointerDepth &ptr_depth, uint32_t curr_depth, in ValueObjectPrinter() 45 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init() 470 bool DumpValueObjectOptions::PointerDepth::CanAllowExpansion() const { in CanAllowExpansion() 483 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() 560 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() 565 DumpValueObjectOptions child_options(m_options); in PrintChild() [all …]
|
| H A D | TypeSummary.cpp | 95 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 23 class DumpValueObjectOptions { 58 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions() 59 static DumpValueObjectOptions g_default_options; in DefaultOptions() 64 DumpValueObjectOptions(); 66 DumpValueObjectOptions(const DumpValueObjectOptions &rhs) = default; 68 DumpValueObjectOptions(ValueObject &valobj); 70 DumpValueObjectOptions & 85 DumpValueObjectOptions & 98 DumpValueObjectOptions &SetRawDisplay(); 102 DumpValueObjectOptions & [all …]
|
| H A D | ValueObjectPrinter.h | 30 const DumpValueObjectOptions &options); 45 const DumpValueObjectOptions &options, 46 const DumpValueObjectOptions::PointerDepth &ptr_depth, 53 const DumpValueObjectOptions &options, 54 const DumpValueObjectOptions::PointerDepth &ptr_depth, 103 DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 116 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 122 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth); 132 DumpValueObjectOptions m_options; 135 DumpValueObjectOptions::PointerDepth m_ptr_depth;
|
| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.h | 43 DumpValueObjectOptions GetAsDumpOptions(
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 194 DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp]( in DoExecute() 195 ConstString type, ConstString var, const DumpValueObjectOptions &opts, in DoExecute() 205 DumpValueObjectOptions options; in DoExecute() 534 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 473 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 | 752 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 47 class DumpValueObjectOptions; variable 666 void Dump(Stream &s, const DumpValueObjectOptions &options); 690 void LogValueObject(Log *log, const DumpValueObjectOptions &options);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Language.h | 205 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Language.cpp | 417 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 2724 return LogValueObject(log, DumpValueObjectOptions(*this)); in LogValueObject() 2728 const DumpValueObjectOptions &options) { in LogValueObject() 2737 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump() 2739 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 88 class DumpValueObjectOptions; variable
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 180 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 3389 DumpValueObjectOptions expr_options; in DumpAllocation()
|