/freebsd/contrib/llvm-project/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 | 566 if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) in CreateSyntheticArrayMember() 2014 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject 2330 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl() 2344 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl() 2398 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl() 2412 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl() 2523 root->GetSyntheticValue()->GetNumChildren()) in GetValueForExpressionPath_Impl() 2526 root->GetSyntheticValue()->GetChildAtIndex(index); in GetValueForExpressionPath_Impl() 2574 root = root->GetSyntheticValue()->GetChildAtIndex(index); in GetValueForExpressionPath_Impl() 2624 root = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl() [all …]
|
H A D | ValueObjectSyntheticFilter.cpp | 221 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
|
H A D | FormatEntity.cpp | 725 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
|
H A D | IOHandlerCursesGUI.cpp | 5939 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeSynthetic.h | 76 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } in GetSyntheticValue() function 130 lldb::ValueObjectSP GetSyntheticValue() override = 0; 447 lldb::ValueObjectSP GetSyntheticValue() override;
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSynthetic.cpp | 229 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd 233 return m_interpreter->GetSyntheticValue(m_wrapper_sp); in GetSyntheticValue()
|
H A D | FormatManager.cpp | 513 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
|
H A D | ValueObjectPrinter.cpp | 135 ValueObject *synthetic = m_cached_valobj->GetSyntheticValue().get(); in SetupMostSpecializedValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxQueue.cpp | 55 m_container_sp = c_sp->GetSyntheticValue().get(); in Update()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBValue.h | 92 lldb::SBValue GetSyntheticValue();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 137 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 654 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() 922 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 145 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
|
H A D | ScriptInterpreterPython.cpp | 2144 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 408 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 527 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 142 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP() 767 lldb::SBValue SBValue::GetSyntheticValue() { in GetSyntheticValue() function in SBValue
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 608 lldb::ValueObjectSP GetSyntheticValue();
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 76447 result = (arg1)->GetSyntheticValue(); in _wrap_SBValue_GetSyntheticValue()
|