| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd 198 return m_interpreter->GetSyntheticValue(m_wrapper_sp); in GetSyntheticValue()
|
| H A D | ValueObjectPrinter.cpp | 134 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
|
| H A D | FormatManager.cpp | 511 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectUpdater.cpp | 45 lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(); in GetSP()
|
| H A D | ValueObject.cpp | 575 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 D | ValueObjectSyntheticFilter.cpp | 209 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
|
| H A D | FormatEntity.cpp | 704 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
|
| H A D | IOHandlerCursesGUI.cpp | 5917 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxQueue.cpp | 55 m_container_sp = c_sp->GetSyntheticValue().get(); in Update()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 71 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 D | NSIndexPath.cpp | 135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 646 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 D | ScriptInterpreter.h | 453 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 171 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
|
| H A D | ScriptInterpreterPython.cpp | 2394 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 520 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 594 lldb::ValueObjectSP GetSyntheticValue();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValue.cpp | 138 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP()
|