Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormatManager.h218 void LoadSystemFormatters();
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp706 LoadSystemFormatters(); in FormatManager()
715 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.cpp888 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
1001 LoadSystemFormatters(g_category); in GetFormatters()