Home
last modified time | relevance | path

Searched refs:synth_obj_sp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp190 if (lldb::ValueObjectSP synth_obj_sp = rhs->GetSyntheticValue()) { in Visit() local
192 child_sp = synth_obj_sp->Dereference(error); in Visit()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1131 if (ValueObjectSP synth_obj_sp = valobj_sp->GetSyntheticValue()) { in LegacyGetValueForVariableExpressionPath() local
1133 deref_valobj_sp = synth_obj_sp->Dereference(error); in LegacyGetValueForVariableExpressionPath()