Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h444 REPLCreateInstance create_callback,
447 static bool UnregisterPlugin(REPLCreateInstance create_callback);
449 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h110 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error, typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1295 struct REPLInstance : public PluginInstance<REPLCreateInstance> {
1298 : PluginInstance<REPLCreateInstance>(name, std::move(description), in REPLInstance()
1313 REPLCreateInstance create_callback, in RegisterPlugin()
1319 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()
1323 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp41 while (REPLCreateInstance create_instance = in Create()