Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h446 REPLCreateInstance create_callback,
449 static bool UnregisterPlugin(REPLCreateInstance create_callback);
451 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h110 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error, typedef
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1319 struct REPLInstance : public PluginInstance<REPLCreateInstance> {
1322 : PluginInstance<REPLCreateInstance>(name, description, create_callback), in REPLInstance()
1336 REPLCreateInstance create_callback, in RegisterPlugin()
1342 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()
1346 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp42 while (REPLCreateInstance create_instance = in Create()