Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp138 ValueObjectSP pointee_sp = ptr.Dereference(error); in DumpCxxSmartPtrPointerSummary() local
139 if (!pointee_sp || !error.Success()) in DumpCxxSmartPtrPointerSummary()
142 if (!pointee_sp->DumpPrintableRepresentation( in DumpCxxSmartPtrPointerSummary()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp689 ValueObjectSP pointee_sp = Dereference(error); in GetPointeeData() local
690 if (error.Fail() || pointee_sp.get() == nullptr) in GetPointeeData()
692 return pointee_sp->GetData(data, error); in GetPointeeData()