Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 &
53 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
58 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
63 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
68 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
93 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
104 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap()
109 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 DCMakeLists.txt4 DumpValueObjectOptions.cpp
H A DTypeSummary.cpp83 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
/llvm-project-15.0.7/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);
126 DumpValueObjectOptions m_options;
129 DumpValueObjectOptions::PointerDepth m_ptr_depth;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp189 DumpValueObjectOptions OptionGroupValueObjectDisplay::GetAsDumpOptions( in GetAsDumpOptions()
192 DumpValueObjectOptions options; in GetAsDumpOptions()
194 {DumpValueObjectOptions::PointerDepth::Mode::Always, ptr_depth}); in GetAsDumpOptions()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h39 DumpValueObjectOptions GetAsDumpOptions(
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/DataFormatters/
H A DBUILD.gn16 "DumpValueObjectOptions.cpp",
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp166 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()
168 const DumpValueObjectOptions &opts, in DoExecute()
177 DumpValueObjectOptions options; in DoExecute()
502 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp430 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp826 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp738 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h233 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h45 class DumpValueObjectOptions; variable
653 void Dump(Stream &s, const DumpValueObjectOptions &options);
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp439 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h80 class DumpValueObjectOptions; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp2562 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump()
2564 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3281 DumpValueObjectOptions expr_options; in DumpAllocation()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3699 lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
4023 lldb/source/DataFormatters/DumpValueObjectOptions.cpp