Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatManager.h210 void LoadSystemFormatters();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp692 LoadSystemFormatters(); in FormatManager()
701 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1158 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
1270 LoadSystemFormatters(g_category); in GetFormatters()