Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp54 FormatCache::Entry &FormatCache::GetEntry(ConstString type) { in GetEntry() function in FormatCache
79 auto entry = GetEntry(type); in Get()
104 GetEntry(type).Set(format_sp); in Set()
109 GetEntry(type).Set(summary_sp); in Set()
115 GetEntry(type).Set(synthetic_sp); in Set()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp54 explicit operator bool() { return GetEntry() && !null(); } in operator bool()
56 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anonf7884b070111::ListEntry
75 ValueObjectSP value() { return m_entry.GetEntry(); } in value()
79 return m_entry.GetEntry(); in advance()
82 return m_entry.GetEntry(); in advance()
90 return m_entry.GetEntry(); in advance()
H A DLibCxxMap.cpp72 ValueObjectSP GetEntry() const { return m_entry_sp; } in GetEntry() function in MapEntry
98 ValueObjectSP value() { return m_entry.GetEntry(); } in value()
111 return m_entry.GetEntry(); in advance()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h55 Entry &GetEntry(ConstString type);