Lines Matching refs:DumpValueObjectOptions
16 DumpValueObjectOptions::DumpValueObjectOptions() in DumpValueObjectOptions() function in DumpValueObjectOptions
28 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
29 : DumpValueObjectOptions() { in DumpValueObjectOptions()
35 DumpValueObjectOptions &
36 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
41 DumpValueObjectOptions &
42 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) { in SetMaximumDepth()
48 DumpValueObjectOptions &
49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
54 DumpValueObjectOptions &
55 DumpValueObjectOptions::SetChildPrintingDecider(ChildPrintingDecider decider) { in SetChildPrintingDecider()
60 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
65 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
70 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
75 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
83 DumpValueObjectOptions &
84 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) { in SetUseDynamicType()
89 DumpValueObjectOptions &
90 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue()
95 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { in SetScopeChecked()
100 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
105 DumpValueObjectOptions &
106 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth()
111 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap()
116 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay()
127 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat()
132 DumpValueObjectOptions &
133 DumpValueObjectOptions::SetSummary(lldb::TypeSummaryImplSP summary) { in SetSummary()
138 DumpValueObjectOptions &
139 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName()
147 DumpValueObjectOptions &
148 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) { in SetHideRootType()
153 DumpValueObjectOptions &
154 DumpValueObjectOptions::SetHideRootName(bool hide_root_name) { in SetHideRootName()
159 DumpValueObjectOptions &DumpValueObjectOptions::SetHideName(bool hide_name) { in SetHideName()
164 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue()
169 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue()
174 DumpValueObjectOptions &
175 DumpValueObjectOptions::SetVariableFormatDisplayLanguage( in SetVariableFormatDisplayLanguage()
181 DumpValueObjectOptions &DumpValueObjectOptions::SetRunValidator(bool run) { in SetRunValidator()
186 DumpValueObjectOptions &
187 DumpValueObjectOptions::SetUseTypeDisplayName(bool dis) { in SetUseTypeDisplayName()
192 DumpValueObjectOptions &
193 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode()
198 DumpValueObjectOptions &
199 DumpValueObjectOptions::SetRevealEmptyAggregates(bool reveal) { in SetRevealEmptyAggregates()
204 DumpValueObjectOptions &
205 DumpValueObjectOptions::SetElementCount(uint32_t element_count) { in SetElementCount()
210 DumpValueObjectOptions &DumpValueObjectOptions::SetPointerAsArray( in SetPointerAsArray()