Lines Matching defs:DumpValueObjectOptions

1 //===-- DumpValueObjectOptions.cpp ----------------------------------------===//
9 #include "lldb/DataFormatters/DumpValueObjectOptions.h"
16 DumpValueObjectOptions::DumpValueObjectOptions()
26 DumpValueObjectOptions::DumpValueObjectOptions(ValueObject &valobj)
27 : DumpValueObjectOptions() {
33 DumpValueObjectOptions &
34 DumpValueObjectOptions::SetMaximumPointerDepth(uint32_t depth) {
39 DumpValueObjectOptions &
40 DumpValueObjectOptions::SetMaximumDepth(uint32_t depth, bool is_default) {
46 DumpValueObjectOptions &
47 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) {
52 DumpValueObjectOptions &
53 DumpValueObjectOptions::SetChildPrintingDecider(ChildPrintingDecider decider) {
58 DumpValueObjectOptions &DumpValueObjectOptions::SetShowTypes(bool show) {
63 DumpValueObjectOptions &DumpValueObjectOptions::SetShowLocation(bool show) {
68 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) {
73 DumpValueObjectOptions &DumpValueObjectOptions::SetShowSummary(bool show) {
81 DumpValueObjectOptions &
82 DumpValueObjectOptions::SetUseDynamicType(lldb::DynamicValueType dyn) {
87 DumpValueObjectOptions &
88 DumpValueObjectOptions::SetUseSyntheticValue(bool use_synthetic) {
93 DumpValueObjectOptions &DumpValueObjectOptions::SetScopeChecked(bool check) {
98 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) {
103 DumpValueObjectOptions &
104 DumpValueObjectOptions::SetOmitSummaryDepth(uint32_t depth) {
109 DumpValueObjectOptions &DumpValueObjectOptions::SetIgnoreCap(bool ignore) {
114 DumpValueObjectOptions &DumpValueObjectOptions::SetRawDisplay() {
125 DumpValueObjectOptions &DumpValueObjectOptions::SetFormat(lldb::Format format) {
130 DumpValueObjectOptions &
131 DumpValueObjectOptions::SetSummary(lldb::TypeSummaryImplSP summary) {
136 DumpValueObjectOptions &
137 DumpValueObjectOptions::SetRootValueObjectName(const char *name) {
145 DumpValueObjectOptions &
146 DumpValueObjectOptions::SetHideRootType(bool hide_root_type) {
151 DumpValueObjectOptions &
152 DumpValueObjectOptions::SetHideRootName(bool hide_root_name) {
157 DumpValueObjectOptions &DumpValueObjectOptions::SetHideName(bool hide_name) {
162 DumpValueObjectOptions &DumpValueObjectOptions::SetHideValue(bool hide_value) {
167 DumpValueObjectOptions &DumpValueObjectOptions::SetHidePointerValue(bool hide) {
172 DumpValueObjectOptions &
173 DumpValueObjectOptions::SetVariableFormatDisplayLanguage(
179 DumpValueObjectOptions &DumpValueObjectOptions::SetRunValidator(bool run) {
184 DumpValueObjectOptions &
185 DumpValueObjectOptions::SetUseTypeDisplayName(bool dis) {
190 DumpValueObjectOptions &
191 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) {
196 DumpValueObjectOptions &
197 DumpValueObjectOptions::SetRevealEmptyAggregates(bool reveal) {
202 DumpValueObjectOptions &
203 DumpValueObjectOptions::SetElementCount(uint32_t element_count) {
208 DumpValueObjectOptions &DumpValueObjectOptions::SetPointerAsArray(