Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp113 ValueObjectSP count_sp = in CreateHistoryThreadFromValueObject() local
118 if (!count_sp || !tid_sp) in CreateHistoryThreadFromValueObject()
121 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp111 ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider() local
138 if (count_sp) in LibcxxSmartPointerSummaryProvider()
139 stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()