Lines Matching refs:SBValue
220 SBValue::SBValue() { LLDB_INSTRUMENT_VA(this); } in SBValue() function in SBValue
222 SBValue::SBValue(const lldb::ValueObjectSP &value_sp) { in SBValue() function in SBValue
228 SBValue::SBValue(const SBValue &rhs) { in SBValue() function in SBValue
234 SBValue &SBValue::operator=(const SBValue &rhs) { in operator =()
243 SBValue::~SBValue() = default;
245 bool SBValue::IsValid() { in IsValid()
249 SBValue::operator bool() const { in operator bool()
259 void SBValue::Clear() { in Clear()
265 SBError SBValue::GetError() { in GetError()
281 user_id_t SBValue::GetID() { in GetID()
291 const char *SBValue::GetName() { in GetName()
302 const char *SBValue::GetTypeName() { in GetTypeName()
313 const char *SBValue::GetDisplayTypeName() { in GetDisplayTypeName()
324 size_t SBValue::GetByteSize() { in GetByteSize()
338 bool SBValue::IsInScope() { in IsInScope()
352 const char *SBValue::GetValue() { in GetValue()
362 ValueType SBValue::GetValueType() { in GetValueType()
374 const char *SBValue::GetObjectDescription() { in GetObjectDescription()
385 SBType SBValue::GetType() { in GetType()
400 bool SBValue::GetValueDidChange() { in GetValueDidChange()
414 const char *SBValue::GetSummary() { in GetSummary()
425 const char *SBValue::GetSummary(lldb::SBStream &stream, in GetSummary()
439 const char *SBValue::GetLocation() { in GetLocation()
451 bool SBValue::SetValueFromCString(const char *value_str) { in SetValueFromCString()
458 bool SBValue::SetValueFromCString(const char *value_str, lldb::SBError &error) { in SetValueFromCString()
473 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()
489 lldb::SBTypeSummary SBValue::GetTypeSummary() { in GetTypeSummary()
505 lldb::SBTypeFilter SBValue::GetTypeFilter() { in GetTypeFilter()
525 lldb::SBTypeSynthetic SBValue::GetTypeSynthetic() { in GetTypeSynthetic()
545 lldb::SBValue SBValue::CreateChildAtOffset(const char *name, uint32_t offset, in CreateChildAtOffset()
549 lldb::SBValue sb_value; in CreateChildAtOffset()
564 lldb::SBValue SBValue::Cast(SBType type) { in Cast()
567 lldb::SBValue sb_value; in Cast()
577 lldb::SBValue SBValue::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
586 lldb::SBValue SBValue::CreateValueFromExpression(const char *name, in CreateValueFromExpression()
591 lldb::SBValue sb_value; in CreateValueFromExpression()
606 lldb::SBValue SBValue::CreateValueFromAddress(const char *name, in CreateValueFromAddress()
611 lldb::SBValue sb_value; in CreateValueFromAddress()
626 lldb::SBValue SBValue::CreateValueFromData(const char *name, SBData data, in CreateValueFromData()
630 lldb::SBValue sb_value; in CreateValueFromData()
645 SBValue SBValue::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()
660 SBValue SBValue::GetChildAtIndex(uint32_t idx, in GetChildAtIndex()
677 SBValue sb_value; in GetChildAtIndex()
683 uint32_t SBValue::GetIndexOfChildWithName(const char *name) { in GetIndexOfChildWithName()
695 SBValue SBValue::GetChildMemberWithName(const char *name) { in GetChildMemberWithName()
708 SBValue
709 SBValue::GetChildMemberWithName(const char *name, in GetChildMemberWithName()
721 SBValue sb_value; in GetChildMemberWithName()
727 lldb::SBValue SBValue::GetDynamicValue(lldb::DynamicValueType use_dynamic) { in GetDynamicValue()
730 SBValue value_sb; in GetDynamicValue()
739 lldb::SBValue SBValue::GetStaticValue() { in GetStaticValue()
742 SBValue value_sb; in GetStaticValue()
752 lldb::SBValue SBValue::GetNonSyntheticValue() { in GetNonSyntheticValue()
755 SBValue value_sb; in GetNonSyntheticValue()
764 lldb::DynamicValueType SBValue::GetPreferDynamicValue() { in GetPreferDynamicValue()
772 void SBValue::SetPreferDynamicValue(lldb::DynamicValueType use_dynamic) { in SetPreferDynamicValue()
779 bool SBValue::GetPreferSyntheticValue() { in GetPreferSyntheticValue()
787 void SBValue::SetPreferSyntheticValue(bool use_synthetic) { in SetPreferSyntheticValue()
794 bool SBValue::IsDynamic() { in IsDynamic()
804 bool SBValue::IsSynthetic() { in IsSynthetic()
814 bool SBValue::IsSyntheticChildrenGenerated() { in IsSyntheticChildrenGenerated()
824 void SBValue::SetSyntheticChildrenGenerated(bool is) { in SetSyntheticChildrenGenerated()
833 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath()
844 SBValue sb_value; in GetValueForExpressionPath()
850 int64_t SBValue::GetValueAsSigned(SBError &error, int64_t fail_value) { in GetValueAsSigned()
870 uint64_t SBValue::GetValueAsUnsigned(SBError &error, uint64_t fail_value) { in GetValueAsUnsigned()
890 int64_t SBValue::GetValueAsSigned(int64_t fail_value) { in GetValueAsSigned()
901 uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value) { in GetValueAsUnsigned()
912 bool SBValue::MightHaveChildren() { in MightHaveChildren()
924 bool SBValue::IsRuntimeSupportValue() { in IsRuntimeSupportValue()
936 uint32_t SBValue::GetNumChildren() { in GetNumChildren()
942 uint32_t SBValue::GetNumChildren(uint32_t max) { in GetNumChildren()
955 SBValue SBValue::Dereference() { in Dereference()
958 SBValue sb_value; in Dereference()
970 bool SBValue::TypeIsPointerType() { in TypeIsPointerType()
976 void *SBValue::GetOpaqueType() { in GetOpaqueType()
986 lldb::SBTarget SBValue::GetTarget() { in GetTarget()
999 lldb::SBProcess SBValue::GetProcess() { in GetProcess()
1012 lldb::SBThread SBValue::GetThread() { in GetThread()
1025 lldb::SBFrame SBValue::GetFrame() { in GetFrame()
1038 lldb::ValueObjectSP SBValue::GetSP(ValueLocker &locker) const { in GetSP()
1051 lldb::ValueObjectSP SBValue::GetSP() const { in GetSP()
1058 void SBValue::SetSP(ValueImplSP impl_sp) { m_opaque_sp = impl_sp; } in SetSP()
1060 void SBValue::SetSP(const lldb::ValueObjectSP &sp) { in SetSP()
1074 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP()
1088 void SBValue::SetSP(const lldb::ValueObjectSP &sp, bool use_synthetic) { in SetSP()
1100 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP()
1105 void SBValue::SetSP(const lldb::ValueObjectSP &sp, in SetSP()
1112 bool SBValue::GetExpressionPath(SBStream &description) { in GetExpressionPath()
1124 bool SBValue::GetExpressionPath(SBStream &description, in GetExpressionPath()
1137 lldb::SBValue SBValue::EvaluateExpression(const char *expr) const { in EvaluateExpression()
1143 return SBValue(); in EvaluateExpression()
1147 return SBValue(); in EvaluateExpression()
1157 lldb::SBValue
1158 SBValue::EvaluateExpression(const char *expr, in EvaluateExpression()
1165 lldb::SBValue SBValue::EvaluateExpression(const char *expr, in EvaluateExpression()
1171 return SBValue(); in EvaluateExpression()
1178 return SBValue(); in EvaluateExpression()
1183 return SBValue(); in EvaluateExpression()
1191 return SBValue(); in EvaluateExpression()
1201 SBValue result; in EvaluateExpression()
1206 bool SBValue::GetDescription(SBStream &description) { in GetDescription()
1225 lldb::Format SBValue::GetFormat() { in GetFormat()
1235 void SBValue::SetFormat(lldb::Format format) { in SetFormat()
1244 lldb::SBValue SBValue::AddressOf() { in AddressOf()
1247 SBValue sb_value; in AddressOf()
1259 lldb::addr_t SBValue::GetLoadAddress() { in GetLoadAddress()
1289 lldb::SBAddress SBValue::GetAddress() { in GetAddress()
1318 lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) { in GetPointeeData()
1337 lldb::SBData SBValue::GetData() { in GetData()
1354 bool SBValue::SetData(lldb::SBData &data, SBError &error) { in SetData()
1388 lldb::SBValue SBValue::Clone(const char *new_name) { in Clone()
1395 return lldb::SBValue(value_sp->Clone(ConstString(new_name))); in Clone()
1397 return lldb::SBValue(); in Clone()
1400 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration()
1414 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch()
1484 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch()
1492 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee()
1502 lldb::SBValue SBValue::Persist() { in Persist()
1507 SBValue persisted_sb; in Persist()
1514 lldb::SBValue SBValue::GetVTable() { in GetVTable()
1515 SBValue vtable_sb; in GetVTable()