Home
last modified time | relevance | path

Searched refs:LoadSystemFormatters (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h209 void LoadSystemFormatters();
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp690 LoadSystemFormatters(); in FormatManager()
699 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1404 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
1514 LoadSystemFormatters(g_category); in GetFormatters()