Searched refs:pointee_sp (Results 1 – 2 of 2) sorted by relevance
138 ValueObjectSP pointee_sp = ptr.Dereference(error); in DumpCxxSmartPtrPointerSummary() local139 if (!pointee_sp || !error.Success()) in DumpCxxSmartPtrPointerSummary()142 if (!pointee_sp->DumpPrintableRepresentation( in DumpCxxSmartPtrPointerSummary()
689 ValueObjectSP pointee_sp = Dereference(error); in GetPointeeData() local690 if (error.Fail() || pointee_sp.get() == nullptr) in GetPointeeData()692 return pointee_sp->GetData(data, error); in GetPointeeData()