Searched defs:GetSyntheticValue (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DValueObject.cpp2281 ValueObject::GetSyntheticValue (bool use_synthetic) function in class:ValueObject
2675 child_valobj_sp = root->GetSyntheticValue();
2718 child_valobj_sp = root->GetSyntheticValue(true);
2825 if (root->HasSyntheticValue() && root->GetSyntheticValue()->GetNumChildren() > index)
2826 child_valobj_sp = root->GetSyntheticValue()->GetChildAtIndex(index, true);
2869 root = root->GetSyntheticValue()->GetChildAtIndex(index, true);
2926 root = root->GetSyntheticValue();
3533 ValueObjectSP synth_valobj_sp = valobj->GetSyntheticValue (options.m_use_synthetic);

Completed in 41 milliseconds