Lines Matching refs:DumpValueObjectOptions

18 DumpValueObjectOptions::DumpValueObjectOptions()  in DumpValueObjectOptions()  function in DumpValueObjectOptions
29 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj) in DumpValueObjectOptions() function in DumpValueObjectOptions
30 : DumpValueObjectOptions() { in DumpValueObjectOptions()
36 DumpValueObjectOptions &
37 DumpValueObjectOptions::SetMaximumPointerDepth(PointerDepth depth) { in SetMaximumPointerDepth()
42 DumpValueObjectOptions &
43 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth) { in SetMaximumDepth()
48 DumpValueObjectOptions &
49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
54 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) { in SetShowTypes()
59 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) { in SetShowLocation()
64 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { in SetUseObjectiveC()
69 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) { in SetShowSummary()
77 DumpValueObjectOptions &
78 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) { in SetUseDynamicType()
83 DumpValueObjectOptions &
84 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) { in SetUseSyntheticValue()
89 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) { in SetScopeChecked()
94 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput()
99 DumpValueObjectOptions &
100 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) { in SetOmitSummaryDepth()
105 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) { in SetIgnoreCap()
110 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() { in SetRawDisplay()
121 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) { in SetFormat()
126 DumpValueObjectOptions &
127 DumpValueObjectOptions::SetSummary(lldb::TypeSummaryImplSP summary) { in SetSummary()
132 DumpValueObjectOptions &
133 DumpValueObjectOptions::SetRootValueObjectName(const char *name) { in SetRootValueObjectName()
141 DumpValueObjectOptions &
142 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) { in SetHideRootType()
147 DumpValueObjectOptions &DumpValueObjectOptions::SetHideName(bool hide_name) { in SetHideName()
152 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) { in SetHideValue()
157 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) { in SetHidePointerValue()
162 DumpValueObjectOptions &
163 DumpValueObjectOptions::SetVariableFormatDisplayLanguage( in SetVariableFormatDisplayLanguage()
169 DumpValueObjectOptions &DumpValueObjectOptions::SetRunValidator(bool run) { in SetRunValidator()
174 DumpValueObjectOptions &
175 DumpValueObjectOptions::SetUseTypeDisplayName(bool dis) { in SetUseTypeDisplayName()
180 DumpValueObjectOptions &
181 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode()
186 DumpValueObjectOptions &
187 DumpValueObjectOptions::SetRevealEmptyAggregates(bool reveal) { in SetRevealEmptyAggregates()
192 DumpValueObjectOptions &
193 DumpValueObjectOptions::SetElementCount(uint32_t element_count) { in SetElementCount()
198 DumpValueObjectOptions &DumpValueObjectOptions::SetPointerAsArray( in SetPointerAsArray()