Home
last modified time | relevance | path

Searched refs:GetSyntheticValue (Results 1 – 20 of 20) 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.cpp566 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 DValueObjectSyntheticFilter.cpp221 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
H A DFormatEntity.cpp725 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
H A DIOHandlerCursesGUI.cpp5939 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h76 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 DTypeSynthetic.cpp229 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
233 return m_interpreter->GetSyntheticValue(m_wrapper_sp); in GetSyntheticValue()
H A DFormatManager.cpp513 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
H A DValueObjectPrinter.cpp135 ValueObject *synthetic = m_cached_valobj->GetSyntheticValue().get(); in SetupMostSpecializedValue()
/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/include/lldb/API/
H A DSBValue.h92 lldb::SBValue GetSyntheticValue();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp137 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()
922 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h145 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
H A DScriptInterpreterPython.cpp2144 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h408 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp527 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp142 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 DValueObject.h608 lldb::ValueObjectSP GetSyntheticValue();
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76447 result = (arg1)->GetSyntheticValue(); in _wrap_SBValue_GetSyntheticValue()