Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatCache.cpp19 FormatCache::Entry::Entry() in Entry()
24 FormatCache::Entry::Entry(lldb::TypeFormatImplSP format_sp) in Entry()
104 FormatCache::FormatCache() in FormatCache() function in FormatCache
113 FormatCache::Entry &FormatCache::GetEntry(const ConstString &type) { in GetEntry()
117 m_map[type] = FormatCache::Entry(); in GetEntry()
121 bool FormatCache::GetFormat(const ConstString &type, in GetFormat()
139 bool FormatCache::GetSummary(const ConstString &type, in GetSummary()
157 bool FormatCache::GetSynthetic(const ConstString &type, in GetSynthetic()
193 void FormatCache::SetFormat(const ConstString &type, in SetFormat()
199 void FormatCache::SetSummary(const ConstString &type, in SetSummary()
[all …]
H A DLanguageCategory.cpp214 FormatCache &LanguageCategory::GetFormatCache() { return m_format_cache; } in GetFormatCache()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h53 FormatCache &GetFormatCache();
69 lldb_private::FormatCache m_format_cache;
H A DFormatCache.h21 class FormatCache {
78 FormatCache();
H A DFormatManager.h223 FormatCache m_format_cache;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile181 SRCS+= DataFormatters/FormatCache.cpp