Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatManager.h209 void LoadSystemFormatters();
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp682 LoadSystemFormatters(); in FormatManager()
691 void FormatManager::LoadSystemFormatters() { in LoadSystemFormatters() function in FormatManager
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1260 static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) { in LoadSystemFormatters() function
1372 LoadSystemFormatters(g_category); in GetFormatters()