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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h277 bool DeleteCategory(const char *category_name);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h85 bool DeleteCategory(ConstString category_name) { function in class:lldb_private::FormatManager
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp97 return GetFormatManager().DeleteCategory(category);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i459 DeleteCategory (const char* category_name);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1543 bool SBDebugger::DeleteCategory(const char *category_name) { function in class:SBDebugger
1544 LLDB_RECORD_METHOD(bool, SBDebugger, DeleteCategory, (const char *),
1829 LLDB_REGISTER_METHOD(bool, SBDebugger, DeleteCategory, (const char *));
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20195 SWIG_check_num_args("lldb::SBDebugger::DeleteCategory",2,2)
20196 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::DeleteCategory",1,"lldb::SBDebugger *");
20197 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBDebugger::DeleteCategory",2,"char const *");
20204 result = (bool)(arg1)->DeleteCategory((char const *)arg2);
20632 { "DeleteCategory", _wrap_SBDebugger_DeleteCategory},
[all...]

Completed in 309 milliseconds