Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp114 lldb::ValueObjectSP value_sp = m_valobj_sp; in GetSP() local
222 SBValue::SBValue(const lldb::ValueObjectSP &value_sp) { in SBValue()
271 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError() local
285 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID() local
295 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName() local
306 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName() local
317 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetDisplayTypeName() local
330 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize() local
344 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope() local
356 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue() local
[all …]
H A DSBFrame.cpp482 ValueObjectSP value_sp(frame->GetValueForVariableExpressionPath( in GetValueForVariablePath() local
522 ValueObjectSP value_sp; in FindVariable() local
572 ValueObjectSP value_sp; in FindValue() local
924 ValueObjectSP value_sp; in FindRegister() local
H A DSBTypeSummary.cpp302 lldb::ValueObjectSP value_sp = value.GetSP(); in DoesPrintValue() local
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h224 ObjectSP value_sp = GetItemAtIndex(idx); GetItemAtIndexAsInteger() local
251 ObjectSP value_sp = GetItemAtIndex(idx); GetItemAtIndexAsString() local
270 ObjectSP value_sp = GetItemAtIndex(idx); GetItemAtIndexAsString() local
290 ObjectSP value_sp = GetItemAtIndex(idx); GetItemAtIndexAsDictionary() local
300 ObjectSP value_sp = GetItemAtIndex(idx); GetItemAtIndexAsArray() local
465 ObjectSP value_sp; GetValueForKey() local
477 ObjectSP value_sp = GetValueForKey(key); GetValueForKeyAsBoolean() local
490 ObjectSP value_sp = GetValueForKey(key); GetValueForKeyAsInteger() local
518 ObjectSP value_sp = GetValueForKey(key); GetValueForKeyAsString() local
543 ObjectSP value_sp = GetValueForKey(key); GetValueForKeyAsDictionary() local
553 ObjectSP value_sp = GetValueForKey(key); GetValueForKeyAsArray() local
567 AddItem(llvm::StringRef key,ObjectSP value_sp) AddItem() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp186 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
238 lldb::OptionValueSP value_sp; in GetSubValue() local
290 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, error)); in SetSubValue() local
302 lldb::OptionValueSP value_sp; in GetValueForKey() local
310 const lldb::OptionValueSP &value_sp, in SetValueForKey()
H A DOptionValueProperties.cpp45 const OptionValueSP &value_sp) { in AppendProperty()
67 lldb::OptionValueSP value_sp; in GetSubValue() local
127 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, error)); in SetSubValue() local
168 OptionValueSP value_sp(GetPropertyValueAtIndex(idx, exe_ctx)); in GetPropertyAtIndexAsOptionValuePathMappings() local
177 OptionValueSP value_sp(GetPropertyValueAtIndex(idx, exe_ctx)); in GetPropertyAtIndexAsOptionValueFileSpecList() local
284 OptionValueSP value_sp(GetPropertyValueAtIndex(idx, exe_ctx)); in GetPropertyAtIndexAsOptionValueString() local
359 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, property_path, error)); in DumpPropertyValue() local
398 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy() local
H A DOptionValueArray.cpp185 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
263 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
291 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs() local
H A DOptionValueUInt64.cpp18 lldb::OptionValueSP value_sp(new OptionValueUInt64()); in Create() local
H A DProperty.cpp233 const lldb::OptionValueSP &value_sp) in Property()
H A DOptionValue.cpp486 lldb::OptionValueSP value_sp; CreateValueFromCStringForTypeMask() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp37 auto value_sp(valobj.GetSyntheticChildAtOffset(0, int64_ty, true)); in CMTimeSummaryProvider() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp91 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONObject() local
100 if (StructuredData::ObjectSP value_sp = ParseJSONValue(value)) in ParseJSONArray() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp135 ValueObjectSP value_sp = node_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex() local
241 ValueObjectSP value_sp = GetFirstValueOfLibCXXCompressedPair(*p1_sp); in Update() local
H A DLibStdcppTuple.cpp75 ValueObjectSP value_sp = in Update() local
H A DLibCxxList.cpp233 ValueObjectSP value_sp = current.advance(advance); in GetItem() local
H A DLibCxx.cpp254 ValueObjectSP value_sp = cast_ptr_sp->Dereference(status); in GetChildAtIndex() local
345 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp519 ValueSP value_sp; in GetValue() local
577 ValueSP value_sp(new Value); in NewScalarValue() local
591 ValueSP value_sp(NewScalarValue(m_type)); in GetIntegerValue() local
640 ValueSP value_sp(NewScalarValue(type)); in GetFloatValue() local
672 ValueSP value_sp(NewScalarValue(m_type)); in GetPointerValue() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp266 OptionValueSP value_sp = reg_dict->GetValueForKey(sstr.GetString()); in LoadRegistersStateFromDictionary() local
284 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp388 ValueObjectSP value_sp = frame->FindVariable(g_this); in GetStepThroughTrampolinePlan() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp251 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue( in ElideMixedSourceAndDisassemblyLine() local
815 lldb::OptionValueSP value_sp; in ReadDictionary() local
908 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp250 OptionValueSP value_sp(OptionValueUInt64::Create(option_value, error)); in SetOptionValue() local
H A DCommandObjectSettings.cpp164 lldb::OptionValueSP value_sp( in HandleArgumentCompletion() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1712 ValueObjectSP value_sp; in FindVariable() local

12