Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp646 ValueObjectSP size_vo(l->GetChildAtIndex(1, true)); in ExtractLibcxxStringInfo() local
650 if (!size_vo || !location_sp || !capacity_vo) in ExtractLibcxxStringInfo()
652 const uint64_t size = size_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()
/external/llvm-project/lldb/examples/synthetic/
Dlibcxx.py58 size_vo = l.GetChildAtIndex(1)
60 size = size_vo.GetValueAsUnsigned(0) + 1