Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h250 void LoadSystemFormatters();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp855 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
959 LoadSystemFormatters(g_category); in GetFormatters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp949 LoadSystemFormatters(); in FormatManager()
958 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager