• Home
  • Raw
  • Download

Lines Matching refs:SBValue

244 SBValue::SBValue () :  in SBValue()  function in SBValue
249 SBValue::SBValue (const lldb::ValueObjectSP &value_sp) in SBValue() function in SBValue
254 SBValue::SBValue(const SBValue &rhs) in SBValue() function in SBValue
259 SBValue &
260 SBValue::operator = (const SBValue &rhs) in operator =()
269 SBValue::~SBValue() in ~SBValue()
274 SBValue::IsValid () in IsValid()
283 SBValue::Clear() in Clear()
289 SBValue::GetError() in GetError()
304 SBValue::GetID() in GetID()
314 SBValue::GetName() in GetName()
335 SBValue::GetTypeName () in GetTypeName()
358 SBValue::GetByteSize () in GetByteSize()
377 SBValue::IsInScope () in IsInScope()
396 SBValue::GetValue () in GetValue()
419 SBValue::GetValueType () in GetValueType()
446 SBValue::GetObjectDescription () in GetObjectDescription()
467 SBValue::GetType() in GetType()
490 SBValue::GetValueDidChange () in GetValueDidChange()
508 SBValue::GetSummary () in GetSummary()
530 SBValue::GetLocation () in GetLocation()
552 SBValue::SetValueFromCString (const char *value_str) in SetValueFromCString()
559 SBValue::SetValueFromCString (const char *value_str, lldb::SBError& error) in SetValueFromCString()
579 SBValue::GetTypeFormat () in GetTypeFormat()
598 SBValue::GetTypeSummary () in GetTypeSummary()
617 SBValue::GetTypeFilter () in GetTypeFilter()
640 SBValue::GetTypeSynthetic () in GetTypeSynthetic()
662 lldb::SBValue
663 SBValue::CreateChildAtOffset (const char *name, uint32_t offset, SBType type) in CreateChildAtOffset()
665 lldb::SBValue sb_value; in CreateChildAtOffset()
691 lldb::SBValue
692 SBValue::Cast (SBType type) in Cast()
694 lldb::SBValue sb_value; in Cast()
703 lldb::SBValue
704 SBValue::CreateValueFromExpression (const char *name, const char* expression) in CreateValueFromExpression()
711 lldb::SBValue
712 SBValue::CreateValueFromExpression (const char *name, const char *expression, SBExpressionOptions &… in CreateValueFromExpression()
715 lldb::SBValue sb_value; in CreateValueFromExpression()
754 lldb::SBValue
755 SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, SBType sb_type) in CreateValueFromAddress()
757 lldb::SBValue sb_value; in CreateValueFromAddress()
799 lldb::SBValue
800 SBValue::CreateValueFromData (const char* name, SBData data, SBType type) in CreateValueFromData()
802 lldb::SBValue sb_value; in CreateValueFromData()
829 SBValue
830 SBValue::GetChildAtIndex (uint32_t idx) in GetChildAtIndex()
844 SBValue
845 SBValue::GetChildAtIndex (uint32_t idx, lldb::DynamicValueType use_dynamic, bool can_create_synthet… in GetChildAtIndex()
869 SBValue sb_value; in GetChildAtIndex()
878 SBValue::GetIndexOfChildWithName (const char *name) in GetIndexOfChildWithName()
898 SBValue
899 SBValue::GetChildMemberWithName (const char *name) in GetChildMemberWithName()
911 SBValue
912 SBValue::GetChildMemberWithName (const char *name, lldb::DynamicValueType use_dynamic_value) in GetChildMemberWithName()
926 SBValue sb_value; in GetChildMemberWithName()
935 lldb::SBValue
936 SBValue::GetDynamicValue (lldb::DynamicValueType use_dynamic) in GetDynamicValue()
938 SBValue value_sb; in GetDynamicValue()
947 lldb::SBValue
948 SBValue::GetStaticValue () in GetStaticValue()
950 SBValue value_sb; in GetStaticValue()
959 lldb::SBValue
960 SBValue::GetNonSyntheticValue () in GetNonSyntheticValue()
962 SBValue value_sb; in GetNonSyntheticValue()
972 SBValue::GetPreferDynamicValue () in GetPreferDynamicValue()
980 SBValue::SetPreferDynamicValue (lldb::DynamicValueType use_dynamic) in SetPreferDynamicValue()
987 SBValue::GetPreferSyntheticValue () in GetPreferSyntheticValue()
995 SBValue::SetPreferSyntheticValue (bool use_synthetic) in SetPreferSyntheticValue()
1002 SBValue::IsDynamic() in IsDynamic()
1012 SBValue::IsSynthetic () in IsSynthetic()
1021 lldb::SBValue
1022 SBValue::GetValueForExpressionPath(const char* expr_path) in GetValueForExpressionPath()
1034 SBValue sb_value; in GetValueForExpressionPath()
1044 SBValue::GetValueAsSigned(SBError& error, int64_t fail_value) in GetValueAsSigned()
1064 SBValue::GetValueAsUnsigned(SBError& error, uint64_t fail_value) in GetValueAsUnsigned()
1084 SBValue::GetValueAsSigned(int64_t fail_value) in GetValueAsSigned()
1098 SBValue::GetValueAsUnsigned(uint64_t fail_value) in GetValueAsUnsigned()
1112 SBValue::MightHaveChildren () in MightHaveChildren()
1127 SBValue::GetNumChildren () in GetNumChildren()
1144 SBValue
1145 SBValue::Dereference () in Dereference()
1147 SBValue sb_value; in Dereference()
1163 SBValue::TypeIsPointerType () in TypeIsPointerType()
1181 SBValue::GetOpaqueType() in GetOpaqueType()
1191 SBValue::GetTarget() in GetTarget()
1212 SBValue::GetProcess() in GetProcess()
1233 SBValue::GetThread() in GetThread()
1254 SBValue::GetFrame() in GetFrame()
1276 SBValue::GetSP (ValueLocker &locker) const in GetSP()
1284 SBValue::GetSP () const in GetSP()
1291 SBValue::SetSP (ValueImplSP impl_sp) in SetSP()
1297 SBValue::SetSP (const lldb::ValueObjectSP &sp) in SetSP()
1316 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic) in SetSP()
1334 SBValue::SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic) in SetSP()
1352 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthet… in SetSP()
1358 SBValue::SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthet… in SetSP()
1364 SBValue::GetExpressionPath (SBStream &description) in GetExpressionPath()
1377 SBValue::GetExpressionPath (SBStream &description, bool qualify_cxx_base_classes) in GetExpressionPath()
1390 SBValue::GetDescription (SBStream &description) in GetDescription()
1407 SBValue::GetFormat () in GetFormat()
1417 SBValue::SetFormat (lldb::Format format) in SetFormat()
1425 lldb::SBValue
1426 SBValue::AddressOf() in AddressOf()
1428 SBValue sb_value; in AddressOf()
1444 SBValue::GetLoadAddress() in GetLoadAddress()
1481 SBValue::GetAddress() in GetAddress()
1519 SBValue::GetPointeeData (uint32_t item_idx, in GetPointeeData()
1548 SBValue::GetData () in GetData()
1570 SBValue::SetData (lldb::SBData &data, SBError &error) in SetData()
1617 SBValue::GetDeclaration () in GetDeclaration()
1632 SBValue::Watch (bool resolve_location, bool read, bool write, SBError &error) in Watch()
1706 SBValue::Watch (bool resolve_location, bool read, bool write) in Watch()
1713 SBValue::WatchPointee (bool resolve_location, bool read, bool write, SBError &error) in WatchPointee()