/external/llvm-project/lldb/source/DataFormatters/ |
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()
|
D | ValueObjectPrinter.cpp | 134 ValueObject *synthetic = m_valobj->GetSyntheticValue().get(); in GetMostSpecializedValue()
|
D | FormatManager.cpp | 512 ValueObjectSP synth_sp(child_sp->GetSyntheticValue()); in ShouldPrintAsOneLiner()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxQueue.cpp | 55 m_container_sp = c_sp->GetSyntheticValue().get(); in Update()
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | TypeSynthetic.h | 71 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/ |
D | ValueObject.cpp | 630 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 …]
|
D | ValueObjectSyntheticFilter.cpp | 209 lldb::ValueObjectSP synth_val(m_synth_filter_up->GetSyntheticValue()); in UpdateValue()
|
D | FormatEntity.cpp | 713 valobj = valobj->GetSyntheticValue().get(); in DumpValue()
|
D | IOHandlerCursesGUI.cpp | 2627 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue(); in WindowDelegateDraw()
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSIndexPath.cpp | 135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrame.cpp | 633 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/ |
D | ScriptInterpreter.h | 423 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPythonImpl.h | 167 GetSyntheticValue(const StructuredData::ObjectSP &implementor) override;
|
D | ScriptInterpreterPython.cpp | 2501 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 524 reserved_dict = reserved_dict->GetSyntheticValue(); in GetBacktraceThreadFromException()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ValueObject.h | 578 lldb::ValueObjectSP GetSyntheticValue();
|
/external/llvm-project/lldb/source/API/ |
D | SBValue.cpp | 140 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP()
|