Searched refs:ObjectFileCreateInstance (Results 1 – 4 of 4) sorted by relevance
174 ObjectFileCreateInstance create_callback,179 static bool UnregisterPlugin(ObjectFileCreateInstance create_callback);181 static ObjectFileCreateInstance
47 typedef ObjectFile *(*ObjectFileCreateInstance)(const lldb::ModuleSP &module_sp, typedef
613 struct ObjectFileInstance : public PluginInstance<ObjectFileCreateInstance> {619 : PluginInstance<ObjectFileCreateInstance>(name, std::move(description), in ObjectFileInstance()638 ObjectFileCreateInstance create_callback, in RegisterPlugin()647 bool PluginManager::UnregisterPlugin(ObjectFileCreateInstance create_callback) { in UnregisterPlugin()651 ObjectFileCreateInstance
131 ObjectFileCreateInstance create_object_file_callback; in FindPlugin()