Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp445 ValueObjectSP short_sp = valobj_rep_sp->GetChildMemberWithName("__s"); in ExtractLibcxxStringInfo() local
446 if (!short_sp) in ExtractLibcxxStringInfo()
449 ValueObjectSP is_long = short_sp->GetChildMemberWithName("__is_long_"); in ExtractLibcxxStringInfo()
450 ValueObjectSP size_sp = short_sp->GetChildMemberWithName("__size_"); in ExtractLibcxxStringInfo()
466 ValueObjectSP location_sp = short_sp->GetChildMemberWithName("__data_"); in ExtractLibcxxStringInfo()