Home
last modified time | relevance | path

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

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