Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h492 REPLCreateInstance create_callback,
495 static bool UnregisterPlugin(REPLCreateInstance create_callback);
497 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h123 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error, typedef
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1510 struct REPLInstance : public PluginInstance<REPLCreateInstance> {
1513 : PluginInstance<REPLCreateInstance>(name, description, create_callback), in REPLInstance()
1527 REPLCreateInstance create_callback, in RegisterPlugin()
1533 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()
1537 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp44 while (REPLCreateInstance create_instance = in Create()