Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h233 lldb::TypeFormatImplSP GetHardcodedFormat(FormattersMatchData &);
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp629 FormatManager::GetHardcodedFormat(FormattersMatchData &match_data) { in GetHardcodedFormat() function in FormatManager
691 retval = GetHardcodedFormat(match_data); in GetFormat()