Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h419 REPLCreateInstance create_callback,
422 static bool UnregisterPlugin(REPLCreateInstance create_callback);
424 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h108 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error, typedef
/external/llvm-project/lldb/source/Core/
DPluginManager.cpp1233 struct REPLInstance : public PluginInstance<REPLCreateInstance> {
1236 : PluginInstance<REPLCreateInstance>(name, std::move(description), in REPLInstance()
1251 REPLCreateInstance create_callback, in RegisterPlugin()
1257 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()
1261 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp41 while (REPLCreateInstance create_instance = in Create()