Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2990 lldb::ValueObjectSP ptr_result_valobj_sp(ValueObjectConstResult::Create( in CreateValueObjectFromAddress() local
2994 if (ptr_result_valobj_sp) { in CreateValueObjectFromAddress()
2995 ptr_result_valobj_sp->GetValue().SetValueType( in CreateValueObjectFromAddress()
2998 ptr_result_valobj_sp = ptr_result_valobj_sp->Dereference(err); in CreateValueObjectFromAddress()
2999 if (ptr_result_valobj_sp && !name.empty()) in CreateValueObjectFromAddress()
3000 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress()
3002 return ptr_result_valobj_sp; in CreateValueObjectFromAddress()