Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLanguageCategory.cpp55 (!format_sp || !format_sp->NonCacheable())) { in Get()
78 (!format_sp || !format_sp->NonCacheable())) { in Get()
101 (!format_sp || !format_sp->NonCacheable())) { in Get()
124 (!format_sp || !format_sp->NonCacheable())) { in Get()
144 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded()
164 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded()
184 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded()
204 (!format_sp || !format_sp->NonCacheable())) { in GetHardcoded()
H A DFormatManager.cpp694 if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) { in GetFormat()
772 if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) { in GetSummaryFormat()
851 if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) { in GetSyntheticChildren()
917 if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) { in GetValidator()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeValidator.h120 bool NonCacheable() const { return m_flags.GetNonCacheable(); } in NonCacheable() function
H A DTypeFormat.h124 bool NonCacheable() const { return m_flags.GetNonCacheable(); } in NonCacheable() function
H A DTypeSummary.h212 bool NonCacheable() const { return m_flags.GetNonCacheable(); } in NonCacheable() function
H A DTypeSynthetic.h237 bool NonCacheable() const { return m_flags.GetNonCacheable(); } in NonCacheable() function