Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeSynthetic.cpp194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
198 return m_interpreter->GetSyntheticValue(m_wrapper_sp); in GetSyntheticValue()
DValueObjectPrinter.cpp134 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
DFormatManager.cpp512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxQueue.cpp55 m_container_sp = c_sp->GetSyntheticValue().get(); in Update()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h71 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } in GetSyntheticValue() function
123 lldb::ValueObjectSP GetSyntheticValue() override = 0;
436 lldb::ValueObjectSP GetSyntheticValue() override;
/external/llvm-project/lldb/source/Core/
DValueObject.cpp630 if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) { in CreateChildAtIndex()
1929 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
2246 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2260 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2315 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2329 child_valobj_sp = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
2439 root->GetSyntheticValue()->GetNumChildren() > index) in GetValueForExpressionPath_Impl()
2441 root->GetSyntheticValue()->GetChildAtIndex(index, true); in GetValueForExpressionPath_Impl()
2489 root = root->GetSyntheticValue()->GetChildAtIndex(index, true); in GetValueForExpressionPath_Impl()
2539 root = root->GetSyntheticValue(); in GetValueForExpressionPath_Impl()
[all …]
DValueObjectSyntheticFilter.cpp209 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
DFormatEntity.cpp713 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
DIOHandlerCursesGUI.cpp2627 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSIndexPath.cpp135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp633 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
690 child_valobj_sp = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
830 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
901 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h423 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h167 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
DScriptInterpreterPython.cpp2501 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp524 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h578 lldb::ValueObjectSP GetSyntheticValue();
/external/llvm-project/lldb/source/API/
DSBValue.cpp140 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP()