Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h409 SBTypeCategory CreateCategory(const char *category_name);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1578 SBTypeCategory SBDebugger::CreateCategory(const char *category_name) { in CreateCategory() function in SBDebugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23474 result = (arg1)->CreateCategory((char const *)arg2); in _wrap_SBDebugger_CreateCategory()