Lines Matching refs:DumpValueObjectOptions
16 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()
58 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
63 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
68 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
76 DumpValueObjectOptions &
77 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) { in SetUseDynamicType()
82 DumpValueObjectOptions &
83 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue()
88 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { in SetScopeChecked()
93 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
98 DumpValueObjectOptions &
99 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth()
104 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap()
109 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay()
120 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat()
125 DumpValueObjectOptions &
126 DumpValueObjectOptions::SetSummary(lldb::TypeSummaryImplSP summary) { in SetSummary()
131 DumpValueObjectOptions &
132 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName()
140 DumpValueObjectOptions &
141 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) { in SetHideRootType()
146 DumpValueObjectOptions &DumpValueObjectOptions::SetHideName(bool hide_name) { in SetHideName()
151 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue()
156 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue()
161 DumpValueObjectOptions &
162 DumpValueObjectOptions::SetVariableFormatDisplayLanguage( in SetVariableFormatDisplayLanguage()
168 DumpValueObjectOptions &DumpValueObjectOptions::SetRunValidator(bool run) { in SetRunValidator()
173 DumpValueObjectOptions &
174 DumpValueObjectOptions::SetUseTypeDisplayName(bool dis) { in SetUseTypeDisplayName()
179 DumpValueObjectOptions &
180 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode()
185 DumpValueObjectOptions &
186 DumpValueObjectOptions::SetRevealEmptyAggregates(bool reveal) { in SetRevealEmptyAggregates()
191 DumpValueObjectOptions &
192 DumpValueObjectOptions::SetElementCount(uint32_t element_count) { in SetElementCount()
197 DumpValueObjectOptions &DumpValueObjectOptions::SetPointerAsArray( in SetPointerAsArray()