Home
last modified time | relevance | path

Searched refs:REPLCreateInstance (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h462 REPLCreateInstance create_callback,
465 static bool UnregisterPlugin(REPLCreateInstance create_callback);
467 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
469 static REPLCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h99 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error, typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2190 REPLCreateInstance create_callback;
2208 REPLCreateInstance create_callback, in RegisterPlugin()
2224 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()
2240 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
2248 REPLCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp47 while (REPLCreateInstance create_instance = in Create()