reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
583 lldb::ValueObjectSP GetSyntheticValue(bool use_synthetic = true);
140 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(m_use_synthetic);
tools/lldb/source/Core/FormatEntity.cpp 709 valobj = valobj->GetSyntheticValue().get();
tools/lldb/source/Core/IOHandler.cpp 3010 ValueObjectSP synthetic_value_sp = value_sp->GetSyntheticValue();
tools/lldb/source/Core/ValueObject.cpp2341 child_valobj_sp = root->GetSyntheticValue(); 2355 child_valobj_sp = root->GetSyntheticValue(); 2410 child_valobj_sp = root->GetSyntheticValue(); 2424 child_valobj_sp = root->GetSyntheticValue(); 2534 root->GetSyntheticValue()->GetNumChildren() > index) 2536 root->GetSyntheticValue()->GetChildAtIndex(index, true); 2584 root = root->GetSyntheticValue()->GetChildAtIndex(index, true); 2634 root = root->GetSyntheticValue(); 2811 if (result_sp->GetSyntheticValue()) 2812 result_sp = result_sp->GetSyntheticValue(); 2865 GetSyntheticValue() 3377 lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(m_use_synthetic);tools/lldb/source/DataFormatters/FormatManager.cpp
522 ValueObjectSP synth_sp(child_sp->GetSyntheticValue());
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp 138 ValueObject *synthetic = m_valobj->GetSyntheticValue().get();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp 55 m_container_sp = c_sp->GetSyntheticValue().get();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp 494 reserved_dict = reserved_dict->GetSyntheticValue();
tools/lldb/source/Target/StackFrame.cpp639 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); 696 child_valobj_sp = valobj_sp->GetSyntheticValue(); 836 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue(); 907 ValueObjectSP synthetic = valobj_sp->GetSyntheticValue();