Home
last modified time | relevance | path

Searched refs:DumpValueObjectOptions (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions
27 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
34 DumpValueObjectOptions &
52 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
57 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
62 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
67 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
92 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
103 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap()
108 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay()
[all …]
H A DValueObjectPrinter.cpp23 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()
44 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, 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()
567 DumpValueObjectOptions child_options(m_options); in PrintChild()
666 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren()
[all …]
H A DTypeSummary.cpp83 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h22 class DumpValueObjectOptions {
56 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions()
57 static DumpValueObjectOptions g_default_options; in DefaultOptions()
62 DumpValueObjectOptions();
64 DumpValueObjectOptions(ValueObject &valobj);
66 DumpValueObjectOptions &
73 DumpValueObjectOptions &SetShowTypes(bool show = false);
81 DumpValueObjectOptions &
94 DumpValueObjectOptions &SetRawDisplay();
98 DumpValueObjectOptions &
[all …]
H A DValueObjectPrinter.h28 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);
124 DumpValueObjectOptions m_options;
127 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp183 DumpValueObjectOptions OptionGroupValueObjectDisplay::GetAsDumpOptions( in GetAsDumpOptions()
186 DumpValueObjectOptions options; in GetAsDumpOptions()
188 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h39 DumpValueObjectOptions GetAsDumpOptions(
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp165 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()
167 const DumpValueObjectOptions &opts, in DoExecute()
176 DumpValueObjectOptions options; in DoExecute()
503 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp447 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp812 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp727 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h223 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h45 class DumpValueObjectOptions; variable
653 void Dump(Stream &s, const DumpValueObjectOptions &options);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp420 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h74 class DumpValueObjectOptions; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2559 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump()
2561 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile198 SRCS+= DataFormatters/DumpValueObjectOptions.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3292 DumpValueObjectOptions expr_options; in DumpAllocation()