Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h209 void LoadSystemFormatters();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp702 LoadSystemFormatters(); in FormatManager()
711 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1449 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
1559 LoadSystemFormatters(g_category); in GetFormatters()