Home
last modified time | relevance | path

Searched defs:value_sp (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp114 lldb::ValueObjectSP value_sp = m_valobj_sp; in GetSP() local
267 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError() local
281 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID() local
292 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName() local
304 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName() local
317 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName() local
331 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize() local
345 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope() local
358 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue() local
371 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValueType() local
[all …]
H A DSBFrame.cpp480 ValueObjectSP value_sp(frame->GetValueForVariableExpressionPath( in GetValueForVariablePath() local
520 ValueObjectSP value_sp; in FindVariable() local
570 ValueObjectSP value_sp; in FindValue() local
917 ValueObjectSP value_sp; in FindRegister() local
H A DSBTypeSummary.cpp302 lldb::ValueObjectSP value_sp = value.GetSP(); in DoesPrintValue() local
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h57 lldb::OptionValueSP value_sp; variable
64 lldb::OptionValueSP value_sp; in GetValueAtIndex() local
70 bool AppendValue(const lldb::OptionValueSP &value_sp) { in AppendValue()
80 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue()
93 bool ReplaceValue(size_t idx, const lldb::OptionValueSP &value_sp) { in ReplaceValue()
H A DProperty.h47 void SetOptionValue(const lldb::OptionValueSP &value_sp) { in SetOptionValue()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h203 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsInteger() local
223 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsString() local
242 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsString() local
262 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsDictionary() local
272 ObjectSP value_sp = GetItemAtIndex(idx); in GetItemAtIndexAsArray() local
406 ObjectSP value_sp; in GetValueForKey() local
418 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsBoolean() local
430 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsInteger() local
451 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString() local
475 ObjectSP value_sp = GetValueForKey(key); in GetValueForKeyAsString() local
[all …]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp183 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
236 lldb::OptionValueSP value_sp; in GetSubValue() local
289 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue() local
301 lldb::OptionValueSP value_sp; in GetValueForKey() local
309 const lldb::OptionValueSP &value_sp, in SetValueForKey()
H A DOptionValueArray.cpp187 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
265 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
293 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
H A DOptionValueProperties.cpp50 const OptionValueSP &value_sp) { in AppendProperty()
82 lldb::OptionValueSP value_sp; in GetValueForKey() local
93 lldb::OptionValueSP value_sp; in GetSubValue() local
154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue() local
197 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings() local
206 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList() local
479 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString() local
576 lldb::OptionValueSP value_sp( in DumpPropertyValue() local
614 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy() local
H A DOptionValueUInt64.cpp18 lldb::OptionValueSP value_sp(new OptionValueUInt64()); in Create() local
H A DProperty.cpp232 const lldb::OptionValueSP &value_sp) in Property()
H A DOptionValue.cpp508 lldb::OptionValueSP value_sp; in CreateValueFromCStringForTypeMask() local
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp145 auto value_sp = GetObject(key); in GetObjectAsBool() local
167 auto value_sp = GetObject(key); in GetObjectAsString() local
491 JSONValue::SP value_sp = ParseJSONValue(); in ParseJSONObject() local
520 JSONValue::SP value_sp = ParseJSONValue(value, token); in ParseJSONArray() local
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp521 ValueSP value_sp; in GetValue() local
579 ValueSP value_sp(new Value); in NewScalarValue() local
593 ValueSP value_sp(NewScalarValue(m_type)); in GetIntegerValue() local
642 ValueSP value_sp(NewScalarValue(type)); in GetFloatValue() local
674 ValueSP value_sp(NewScalarValue(m_type)); in GetPointerValue() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp88 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONObject() local
97 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONArray() local
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp37 auto value_sp(valobj.GetSyntheticChildAtOffset(0, int64_ty, true)); in CMTimeSummaryProvider() local
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp267 OptionValueSP value_sp = in LoadRegistersStateFromDictionary() local
286 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary() local
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppTuple.cpp75 ValueObjectSP value_sp = in Update() local
H A DLibCxxUnorderedMap.cpp111 ValueObjectSP value_sp = in GetChildAtIndex() local
H A DLibCxxList.cpp237 ValueObjectSP value_sp = current.advance(advance); in GetItem() local
H A DLibCxx.cpp587 auto value_sp = ptr_sp->Dereference(status); in GetChildAtIndex() local
675 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex() local
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp386 ValueObjectSP value_sp = frame->FindVariable(g_this); in GetStepThroughTrampolinePlan() local
/openbsd/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp255 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue( in ElideMixedSourceAndDisassemblyLine() local
808 lldb::OptionValueSP value_sp; in ReadDictionary() local
905 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation() local
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectRegister.cpp258 OptionValueSP value_sp(OptionValueUInt64::Create(option_value, error)); in SetOptionValue() local
H A DCommandObjectSettings.cpp164 lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue( in HandleArgumentCompletion() local

12