Home
last modified time | relevance | path

Searched refs:GetCached (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h198 template <typename ImplSP> ImplSP GetCached(FormattersMatchData &match_data);
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp612 if (ImplSP retval_sp = GetCached<ImplSP>(match_data)) in Get()
634 ImplSP FormatManager::GetCached(FormattersMatchData &match_data) { in GetCached() function in FormatManager