Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3569 lldb::ValueObjectSP ptr_result_valobj_sp(ValueObjectConstResult::Create( in CreateValueObjectFromAddress() local
3573 if (ptr_result_valobj_sp) { in CreateValueObjectFromAddress()
3575 ptr_result_valobj_sp->GetValue().SetValueType( in CreateValueObjectFromAddress()
3579 ptr_result_valobj_sp = ptr_result_valobj_sp->Dereference(err); in CreateValueObjectFromAddress()
3580 if (ptr_result_valobj_sp && !name.empty()) in CreateValueObjectFromAddress()
3581 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress()
3583 return ptr_result_valobj_sp; in CreateValueObjectFromAddress()