Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
198 return m_interpreter->GetSyntheticValue(m_wrapper_sp); in GetSyntheticValue()
H A DValueObjectPrinter.cpp134 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
H A DFormatManager.cpp511 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectUpdater.cpp45 lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(); in GetSP()
H A DValueObject.cpp575 if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) { in CreateChildAtIndex()
1848 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
2165 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2179 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2234 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2248 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2358 root->GetSyntheticValue()->GetNumChildren() > index) in GetValueForExpressionPath_Impl()
2458 root = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2620 if (result_sp->GetSyntheticValue()) in GetQualifiedRepresentationIfAvailable()
2621 result_sp = result_sp->GetSyntheticValue(); in GetQualifiedRepresentationIfAvailable()
[all …]
H A DValueObjectSyntheticFilter.cpp209 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
H A DFormatEntity.cpp704 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
H A DIOHandlerCursesGUI.cpp5917 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxQueue.cpp55 m_container_sp = c_sp->GetSyntheticValue().get(); in Update()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp646 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
703 child_valobj_sp = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
843 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
914 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h453 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h171 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
H A DScriptInterpreterPython.cpp2394 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp520 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h594 lldb::ValueObjectSP GetSyntheticValue();
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp138 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP()