Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp489 ValueObjectSP size_vo = l->GetChildMemberWithName("__size_"); in ExtractLibcxxStringInfo() local
491 if (!size_vo || !location_sp || !capacity_vo) in ExtractLibcxxStringInfo()
493 size = size_vo->GetValueAsUnsigned(LLDB_INVALID_OFFSET); in ExtractLibcxxStringInfo()