Home
last modified time | relevance | path

Searched refs:DeleteCategory (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatManager.h85 bool DeleteCategory(ConstString category_name) { in DeleteCategory() function
/external/llvm-project/lldb/source/DataFormatters/
DDataVisualization.cpp97 return GetFormatManager().DeleteCategory(category); in Delete()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i459 DeleteCategory (const char* category_name);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h277 bool DeleteCategory(const char *category_name);
/external/llvm-project/lldb/test/API/python_api/formatters/
DTestFormattersSBAPI.py118 self.dbg.DeleteCategory(new_category.GetName())
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1541 bool SBDebugger::DeleteCategory(const char *category_name) { in DeleteCategory() function in SBDebugger
1542 LLDB_RECORD_METHOD(bool, SBDebugger, DeleteCategory, (const char *), in DeleteCategory()
1827 LLDB_REGISTER_METHOD(bool, SBDebugger, DeleteCategory, (const char *)); in RegisterMethods()