Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions
27 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
28 : DumpValueObjectOptions() { in DumpValueObjectOptions()
34 DumpValueObjectOptions &
35 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
40 DumpValueObjectOptions &
41 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth()
47 DumpValueObjectOptions &
48 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
53 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
[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()
38 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()
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()
[all …]
H A DCMakeLists.txt4 DumpValueObjectOptions.cpp
H A DTypeSummary.cpp83 ValueObjectPrinter printer(valobj, &s, DumpValueObjectOptions()); in FormatObject()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h22 class DumpValueObjectOptions {
53 const DumpValueObjectOptions &, Stream &)>
56 static const DumpValueObjectOptions DefaultOptions() { in DefaultOptions()
57 static DumpValueObjectOptions g_default_options; in DefaultOptions()
62 DumpValueObjectOptions();
64 DumpValueObjectOptions(ValueObject &valobj);
66 DumpValueObjectOptions &
69 DumpValueObjectOptions &SetMaximumDepth(uint32_t depth, bool is_default);
71 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
73 DumpValueObjectOptions &SetShowTypes(bool show = false);
[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;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/clang/liblldbDataFormatters/
H A DMakefile10 DumpValueObjectOptions.cpp \
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h39 DumpValueObjectOptions GetAsDumpOptions(
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/DataFormatters/
H A DBUILD.gn16 "DumpValueObjectOptions.cpp",
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp167 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()
169 const DumpValueObjectOptions &opts, in DoExecute()
178 DumpValueObjectOptions options; in DoExecute()
508 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectExpression.cpp435 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in EvaluateExpression()
H A DCommandObjectMemory.cpp827 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions( in DoExecute()
H A DCommandObjectTarget.cpp738 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions()); in DumpValueObject()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h233 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h45 class DumpValueObjectOptions; variable
653 void Dump(Stream &s, const DumpValueObjectOptions &options);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp450 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h80 class DumpValueObjectOptions; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2571 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); } in Dump()
2573 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) { in Dump()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3282 DumpValueObjectOptions expr_options; in DumpAllocation()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3694 lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
4018 lldb/source/DataFormatters/DumpValueObjectOptions.cpp