Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp113 FormatCache::Entry &FormatCache::GetEntry(const ConstString &type) { in GetEntry() function in FormatCache
124 auto entry = GetEntry(type); in GetFormat()
142 auto entry = GetEntry(type); in GetSummary()
160 auto entry = GetEntry(type); in GetSynthetic()
178 auto entry = GetEntry(type); in GetValidator()
196 GetEntry(type).SetFormat(format_sp); in SetFormat()
202 GetEntry(type).SetSummary(summary_sp); in SetSummary()
208 GetEntry(type).SetSynthetic(synthetic_sp); in SetSynthetic()
214 GetEntry(type).SetValidator(validator_sp); in SetValidator()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp60 explicit operator bool() { return GetEntry() && !null(); } in operator bool()
62 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anonde15f1a00111::ListEntry
82 ValueObjectSP value() { return m_entry.GetEntry(); } in value()
86 return m_entry.GetEntry(); in advance()
89 return m_entry.GetEntry(); in advance()
97 return m_entry.GetEntry(); in advance()
H A DLibCxxMap.cpp74 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-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h75 Entry &GetEntry(const ConstString &type);