Home
last modified time | relevance | path

Searched refs:GetSyntheticValue (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp45 lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(); in GetSP()
H A DValueObject.cpp522 if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) { in CreateChildAtIndex()
1814 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
2119 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2133 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2187 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2201 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2311 root->GetSyntheticValue()->GetNumChildren() > index) in GetValueForExpressionPath_Impl()
2313 root->GetSyntheticValue()->GetChildAtIndex(index); in GetValueForExpressionPath_Impl()
2361 root = root->GetSyntheticValue()->GetChildAtIndex(index); in GetValueForExpressionPath_Impl()
2411 root = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
[all …]
H A DValueObjectSyntheticFilter.cpp211 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
H A DFormatEntity.cpp693 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
H A DIOHandlerCursesGUI.cpp5939 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxQueue.cpp55 m_container_sp = c_sp->GetSyntheticValue().get(); in Update()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp215 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
219 return m_interpreter->GetSyntheticValue(m_wrapper_sp); in GetSyntheticValue()
H A DValueObjectPrinter.cpp146 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
H A DFormatManager.cpp501 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h71 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } in GetSyntheticValue() function
123 lldb::ValueObjectSP GetSyntheticValue() override = 0;
436 lldb::ValueObjectSP GetSyntheticValue() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp654 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
711 child_valobj_sp = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
850 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
921 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h450 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h167 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
H A DScriptInterpreterPython.cpp2250 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp521 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h578 lldb::ValueObjectSP GetSyntheticValue();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp142 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP()