Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DFormatCache.cpp49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set() argument
51 m_synthetic_sp = synthetic_sp; in Set()
113 lldb::SyntheticChildrenSP &synthetic_sp) { in Set() argument
115 GetEntry(type).Set(synthetic_sp); in Set()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatCache.h63 void Set(ConstString type, lldb::SyntheticChildrenSP &synthetic_sp);
/external/llvm-project/lldb/source/API/
DSBValue.cpp140 ValueObjectSP synthetic_sp = value_sp->GetSyntheticValue(); in GetSP() local
141 if (synthetic_sp) in GetSP()
142 value_sp = synthetic_sp; in GetSP()
530 lldb::SyntheticChildrenSP synthetic_sp = value_sp->GetSyntheticChildren(); in GetTypeFilter() local
532 if (synthetic_sp && !synthetic_sp->IsScripted()) { in GetTypeFilter()
534 std::static_pointer_cast<TypeFilterImpl>(synthetic_sp); in GetTypeFilter()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp3300 lldb::ValueObjectSP synthetic_sp = m_user_valobj_sp->GetSyntheticValue(); in GetSP() local
3301 if (synthetic_sp) in GetSP()
3302 m_user_valobj_sp = synthetic_sp; in GetSP()