Searched refs:REPLCreateInstance (Results 1 – 4 of 4) sorted by relevance
492 REPLCreateInstance create_callback,495 static bool UnregisterPlugin(REPLCreateInstance create_callback);497 static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
123 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error, typedef
1484 struct REPLInstance : public PluginInstance<REPLCreateInstance> {1487 : PluginInstance<REPLCreateInstance>(name, description, create_callback), in REPLInstance()1501 REPLCreateInstance create_callback, in RegisterPlugin()1507 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()1511 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
44 while (REPLCreateInstance create_instance = in Create()