Searched refs:ObjectFileCreateInstance (Results 1 – 4 of 4) sorted by relevance
242 ObjectFileCreateInstance create_callback,248 static bool UnregisterPlugin(ObjectFileCreateInstance create_callback);252 static ObjectFileCreateInstance
50 typedef ObjectFile *(*ObjectFileCreateInstance)(const lldb::ModuleSP &module_sp, typedef
878 struct ObjectFileInstance : public PluginInstance<ObjectFileCreateInstance> {886 : PluginInstance<ObjectFileCreateInstance>( in ObjectFileInstance()912 ObjectFileCreateInstance create_callback, in RegisterPlugin()922 bool PluginManager::UnregisterPlugin(ObjectFileCreateInstance create_callback) { in UnregisterPlugin()926 ObjectFileCreateInstance
127 ObjectFileCreateInstance callback; in FindPlugin()