Searched refs:ObjectFileCreateInstance (Results 1 – 4 of 4) sorted by relevance
173 ObjectFileCreateInstance create_callback,179 static bool UnregisterPlugin(ObjectFileCreateInstance create_callback);181 static ObjectFileCreateInstance
48 typedef ObjectFile *(*ObjectFileCreateInstance)(const lldb::ModuleSP &module_sp, typedef
617 struct ObjectFileInstance : public PluginInstance<ObjectFileCreateInstance> {625 : PluginInstance<ObjectFileCreateInstance>( in ObjectFileInstance()644 ObjectFileCreateInstance create_callback, in RegisterPlugin()654 bool PluginManager::UnregisterPlugin(ObjectFileCreateInstance create_callback) { in UnregisterPlugin()658 ObjectFileCreateInstance
127 ObjectFileCreateInstance callback; in FindPlugin()