Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp113 ValueObjectSP weakcount_sp(valobj_sp->GetChildAtNamePath( in LibcxxSmartPointerSummaryProvider() local
141 if (weakcount_sp) in LibcxxSmartPointerSummaryProvider()
142 stream.Printf(" weak=%" PRIu64, 1 + weakcount_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()