Home
last modified time | relevance | path

Searched refs:ValueObject (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp84 ValueObject::ValueObject(ValueObject &parent) in ValueObject() function in ValueObject
112 ValueObject::ValueObject(ExecutionContextScope *exe_scope, in ValueObject() function in ValueObject
141 ValueObject::~ValueObject() {} in ~ValueObject()
623 ValueObject *ValueObject::CreateChildAtIndex(size_t idx, in CreateChildAtIndex()
626 ValueObject *valobj = NULL; in CreateChildAtIndex()
2023 ValueObject *ValueObject::GetNonBaseClassParent() { in GetNonBaseClassParent()
2535 ValueObject:: in GetValueForExpressionPath_Impl()
3187 ValueObject *ValueObject::GetRoot() { in GetRoot()
3195 ValueObject *
3196 ValueObject::FollowParentChain(std::function<bool(ValueObject *)> f) { in FollowParentChain()
[all …]
H A DValueObjectSyntheticFilter.cpp31 DummySyntheticFrontEnd(ValueObject &backend) in DummySyntheticFrontEnd()
49 ValueObjectSynthetic::ValueObjectSynthetic(ValueObject &parent, in ValueObjectSynthetic()
132 ValueObject *valobj_for_frontend = m_parent; in CreateSynthFilter()
237 ValueObject *valobj; in GetChildAtIndex()
323 void ValueObjectSynthetic::CopyValueData(ValueObject *source) { in CopyValueData()
347 this->ValueObject::SetFormat(format); in SetFormat()
353 this->ValueObject::SetPreferredDisplayLanguage(lang); in SetPreferredDisplayLanguage()
376 this->ValueObject::SetSyntheticChildrenGenerated(b); in SetSyntheticChildrenGenerated()
383 return ValueObject::GetDeclaration(decl); in GetDeclaration()
389 return this->ValueObject::GetLanguageFlags(); in GetLanguageFlags()
[all …]
H A DValueObjectRegister.cpp41 ValueObject &parent, RegisterContextSP &reg_ctx) in ValueObjectRegisterContext()
42 : ValueObject(parent), m_reg_ctx_sp(reg_ctx) { in ValueObjectRegisterContext()
89 ValueObject *ValueObjectRegisterContext::CreateChildAtIndex( in CreateChildAtIndex()
91 ValueObject *new_valobj = NULL; in CreateChildAtIndex()
116 : ValueObject(exe_scope), m_reg_ctx_sp(reg_ctx), m_reg_set(NULL), in ValueObjectRegisterSet()
177 ValueObject *ValueObjectRegisterSet::CreateChildAtIndex( in CreateChildAtIndex()
179 ValueObject *valobj = NULL; in CreateChildAtIndex()
192 ValueObject *valobj = NULL; in GetChildMemberWithName()
231 ValueObjectRegister::ValueObjectRegister(ValueObject &parent, in ValueObjectRegister()
234 : ValueObject(parent), m_reg_ctx_sp(reg_ctx_sp), m_reg_info(), in ValueObjectRegister()
[all …]
H A DFormatEntity.cpp649 ValueObject::GetValueForExpressionPathOptions options; in ExpandIndexedExpression()
652 ValueObject::ExpressionPathAftermath what_next = in ExpandIndexedExpression()
673 ValueObject::ValueObjectRepresentationStyle style) { in ConvertValueObjectStyleToChar()
685 case ValueObject::eValueObjectRepresentationStyleType: in ConvertValueObjectStyleToChar()
687 case ValueObject::eValueObjectRepresentationStyleName: in ConvertValueObjectStyleToChar()
740 ValueObject::ExpressionPathAftermath what_next = in DumpValue()
750 ValueObject *target = nullptr; in DumpValue()
762 ValueObject::eExpressionPathEndResultTypePlain; in DumpValue()
979 ValueObject *item = in DumpValue()
2180 entry.number = ValueObject:: in ParseInternal()
[all …]
H A DValueObjectConstResultImpl.cpp37 ValueObject *valobj, lldb::addr_t live_address) in ValueObjectConstResultImpl()
46 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
49 ValueObject *ValueObjectConstResultImpl::CreateChildAtIndex( in CreateChildAtIndex()
113 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset( in GetSyntheticChildAtOffset()
142 return m_impl_backend->ValueObject::AddressOf(error); in AddressOf()
164 return m_impl_backend->ValueObject::GetAddressOf(scalar_is_load_address, in GetAddressOf()
179 return m_impl_backend->ValueObject::GetPointeeData(data, item_idx, in GetPointeeData()
H A DValueObjectChild.cpp31 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild()
36 : ValueObject(parent), m_compiler_type(compiler_type), in ValueObjectChild()
96 ValueObject *opinionated_parent = in CanUpdateWithInvalidExecutionContext()
97 m_parent->FollowParentChain([](ValueObject *valobj) -> bool { in CanUpdateWithInvalidExecutionContext()
107 this->ValueObject::CanUpdateWithInvalidExecutionContext()) in CanUpdateWithInvalidExecutionContext()
114 ValueObject *parent = m_parent; in UpdateValue()
225 ValueObject *root(GetRoot()); in IsInScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.h22 bool NSIndexSetSummaryProvider(ValueObject &valobj, Stream &stream,
25 bool NSArraySummaryProvider(ValueObject &valobj, Stream &stream,
29 bool NSDataSummaryProvider(ValueObject &valobj, Stream &stream,
32 bool NSNumberSummaryProvider(ValueObject &valobj, Stream &stream,
41 bool NSTimeZoneSummaryProvider(ValueObject &valobj, Stream &stream,
44 bool NSMachPortSummaryProvider(ValueObject &valobj, Stream &stream,
47 bool NSDateSummaryProvider(ValueObject &valobj, Stream &stream,
50 bool NSBundleSummaryProvider(ValueObject &valobj, Stream &stream,
53 bool NSURLSummaryProvider(ValueObject &valobj, Stream &stream,
75 bool ObjCBOOLSummaryProvider(ValueObject &valobj, Stream &stream,
[all …]
H A DCocoa.cpp41 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSBundleSummaryProvider()
91 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in NSTimeZoneSummaryProvider()
321 static void NSNumber_FormatShort(ValueObject &valobj, Stream &stream, in NSNumber_FormatShort()
353 static void NSNumber_FormatLong(ValueObject &valobj, Stream &stream, in NSNumber_FormatLong()
369 static void NSNumber_FormatInt128(ValueObject &valobj, Stream &stream, in NSNumber_FormatInt128()
391 static void NSNumber_FormatFloat(ValueObject &valobj, Stream &stream, in NSNumber_FormatFloat()
407 static void NSNumber_FormatDouble(ValueObject &valobj, Stream &stream, in NSNumber_FormatDouble()
1141 ValueObject &, Stream &, const TypeSummaryOptions &);
1144 ValueObject &, Stream &, const TypeSummaryOptions &);
1147 ValueObject &, Stream &, const TypeSummaryOptions &);
[all …]
H A DCF.h19 bool CFBagSummaryProvider(ValueObject &valobj, Stream &stream,
22 bool CFBinaryHeapSummaryProvider(ValueObject &valobj, Stream &stream,
25 bool CFBitVectorSummaryProvider(ValueObject &valobj, Stream &stream,
28 bool CFAbsoluteTimeSummaryProvider(ValueObject &valobj, Stream &stream,
H A DNSString.h21 bool NSStringSummaryProvider(ValueObject &valobj, Stream &stream,
25 ValueObject &valobj, ObjCLanguageRuntime::ClassDescriptorSP descriptor,
28 bool NSAttributedStringSummaryProvider(ValueObject &valobj, Stream &stream,
32 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.h23 ValueObject &valobj, Stream &stream,
27 ValueObject &valobj, Stream &stream,
31 ValueObject &valobj, Stream &stream,
35 ValueObject &valobj, Stream &stream,
39 ValueObject &valobj, Stream &stream,
43 ValueObject &valobj, Stream &stream,
48 ValueObject &valobj, Stream &stream,
55 bool LibcxxContainerSummaryProvider(ValueObject &valobj, Stream &stream,
75 ValueObject *m_pair_ptr;
104 ValueObject *m_cntrl;
H A DCxxStringTypes.h21 ValueObject &valobj, Stream &stream,
25 ValueObject &valobj, Stream &stream,
28 bool WCharStringSummaryProvider(ValueObject &valobj, Stream &stream,
32 ValueObject &valobj, Stream &stream,
35 bool Char32SummaryProvider(ValueObject &valobj, Stream &stream,
38 bool WCharSummaryProvider(ValueObject &valobj, Stream &stream,
H A DLibCxx.cpp36 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { in LibcxxOptionalSummaryProvider()
129 stream, ValueObject::eValueObjectRepresentationStyleSummary, in LibcxxSmartPointerSummaryProvider()
131 ValueObject::PrintableRepresentationSpecialCases::eDisable, in LibcxxSmartPointerSummaryProvider()
203 ValueObject::GetValueForExpressionPathOptions() in Update()
215 ValueObject::GetValueForExpressionPathOptions() in Update()
475 static bool ExtractLibcxxStringInfo(ValueObject &valobj, in ExtractLibcxxStringInfo()
548 ValueObject &valobj, Stream &stream, in LibcxxWStringSummaryProvider()
617 bool LibcxxStringSummaryProvider(ValueObject &valobj, Stream &stream, in LibcxxStringSummaryProvider()
663 ValueObject &valobj, Stream &stream, in LibcxxStringSummaryProviderASCII()
670 ValueObject &valobj, Stream &stream, in LibcxxStringSummaryProviderUTF16()
[all …]
H A DLibStdcpp.h21 ValueObject &valobj, Stream &stream,
25 ValueObject &valobj, Stream &stream,
29 ValueObject &valobj, Stream &stream,
34 ValueObject &valobj, Stream &stream,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h27 ValueObjectPrinter(ValueObject *valobj, Stream *s);
29 ValueObjectPrinter(ValueObject *valobj, Stream *s,
44 ValueObjectPrinter(ValueObject *valobj, Stream *s,
52 void Init(ValueObject *valobj, Stream *s,
107 ValueObject *GetValueObjectForChildrenGeneration();
113 lldb::ValueObjectSP GenerateChild(ValueObject *synth_valobj, size_t idx);
129 ValueObject *m_orig_valobj;
130 ValueObject *m_valobj;
H A DFormatManager.h141 lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
144 lldb::TypeSummaryImplSP GetSummaryFormat(ValueObject &valobj,
149 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
152 lldb::TypeValidatorImplSP GetValidator(ValueObject &valobj,
188 bool ShouldPrintAsOneLiner(ValueObject &valobj);
195 GetPossibleMatches(ValueObject &valobj, lldb::DynamicValueType use_dynamic) { in GetPossibleMatches()
203 static ConstString GetTypeForCache(ValueObject &, lldb::DynamicValueType);
212 GetCandidateLanguages(ValueObject &valobj);
214 static void GetPossibleMatches(ValueObject &valobj,
H A DDataVisualization.h32 static bool ShouldPrintAsOneLiner(ValueObject &valobj);
34 static lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
41 GetSummaryFormat(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
61 GetSyntheticChildren(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
65 GetValidator(ValueObject &valobj, lldb::DynamicValueType use_dynamic);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h127 class ValueObject : public UserID {
348 virtual ~ValueObject();
473 ValueObject *GetRoot();
478 ValueObject *FollowParentChain(std::function<bool(ValueObject *)>);
782 ValueObject *GetNonBaseClassParent();
865 ValueObject
908 ValueObject *m_dynamic_value;
909 ValueObject *m_synthetic_value;
910 ValueObject *m_deref_valobj;
954 ValueObject();
[all …]
H A DValueObjectCast.h31 class ValueObjectCast : public ValueObject {
35 static lldb::ValueObjectSP Create(ValueObject &parent,
47 ValueObject *GetParent() override { in GetParent()
51 const ValueObject *GetParent() const override { in GetParent()
56 ValueObjectCast(ValueObject &parent, const ConstString &name,
H A DValueObjectSyntheticFilter.h46 class ValueObjectSynthetic : public ValueObject {
95 ValueObject *GetParent() override { in GetParent()
99 const ValueObject *GetParent() const override { in GetParent()
147 typedef ThreadSafeSTLMap<uint32_t, ValueObject *> ByIndexMap;
168 friend class ValueObject;
169 ValueObjectSynthetic(ValueObject &parent, lldb::SyntheticChildrenSP filter);
171 void CopyValueData(ValueObject *source);
H A DValueObjectRegister.h47 class ValueObjectRegisterContext : public ValueObject {
65 ValueObject *CreateChildAtIndex(size_t idx, bool synthetic_array_member,
76 ValueObjectRegisterContext(ValueObject &parent,
84 class ValueObjectRegisterSet : public ValueObject {
104 ValueObject *CreateChildAtIndex(size_t idx, bool synthetic_array_member,
133 class ValueObjectRegister : public ValueObject {
178 ValueObjectRegister(ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,
H A DValueObjectDynamicValue.h43 class ValueObjectDynamicValue : public ValueObject {
71 ValueObject *GetParent() override { in GetParent()
75 const ValueObject *GetParent() const override { in GetParent()
135 friend class ValueObject;
137 ValueObjectDynamicValue(ValueObject &parent,
H A DValueObjectConstResultCast.h31 class ValueObject; variable
38 ValueObjectConstResultCast(ValueObject &parent, const ConstString &name,
46 ValueObject *CreateChildAtIndex(size_t idx, bool synthetic_array_member,
68 friend class ValueObject;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLanguageCategory.cpp51 ValueObject &valobj(match_data.GetValueObject()); in Get()
74 ValueObject &valobj(match_data.GetValueObject()); in Get()
97 ValueObject &valobj(match_data.GetValueObject()); in Get()
120 ValueObject &valobj(match_data.GetValueObject()); in Get()
136 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
156 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
176 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
196 ValueObject &valobj(match_data.GetValueObject()); in GetHardcoded()
H A DValueObjectPrinter.cpp22 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) { in ValueObjectPrinter()
32 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s, in ValueObjectPrinter()
38 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in ValueObjectPrinter()
45 ValueObject *valobj, Stream *s, const DumpValueObjectOptions &options, in Init()
112 ValueObject *static_value = m_orig_valobj->GetStaticValue().get(); in GetMostSpecializedValue()
121 ValueObject *dynamic_value = in GetMostSpecializedValue()
139 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
588 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in GetMaxNumChildrenToPrint()
623 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in ShouldPrintEmptyBrackets()
665 ValueObject *synth_m_valobj = GetValueObjectForChildrenGeneration(); in PrintChildren()
[all …]

123456