Searched refs:DeleteCategory (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h85 bool DeleteCategory(ConstString category_name) { function in class:lldb_private::FormatManager
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h273 bool DeleteCategory(const char *category_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp98 return GetFormatManager().DeleteCategory(category);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i459 DeleteCategory (const char* category_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1509 bool SBDebugger::DeleteCategory(const char *category_name) { function in class:SBDebugger
1510 LLDB_RECORD_METHOD(bool, SBDebugger, DeleteCategory, (const char *),
1803 LLDB_REGISTER_METHOD(bool, SBDebugger, DeleteCategory, (const char *));

Completed in 176 milliseconds