Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatManager.h210 void LoadSystemFormatters();
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp693 LoadSystemFormatters(); in FormatManager()
702 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp904 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
1017 LoadSystemFormatters(g_category); in GetFormatters()