Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCoreMedia.cpp45 auto timescale_sp(valobj.GetSyntheticChildAtOffset(8, int32_ty, true)); in CMTimeSummaryProvider() local
48 if (!value_sp || !timescale_sp || !flags_sp) in CMTimeSummaryProvider()
52 auto timescale = (int32_t)timescale_sp->GetValueAsUnsigned( in CMTimeSummaryProvider()