reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  583   lldb::ValueObjectSP GetSyntheticValue(bool use_synthetic = true);

References

tools/lldb/source/API/SBValue.cpp
  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.cpp
 2341               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.cpp
  639           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();