Searched refs:ObjectFileCreateInstance (Results 1 – 4 of 4) sorted by relevance
173 ObjectFileCreateInstance create_callback,179 static bool UnregisterPlugin(ObjectFileCreateInstance create_callback);183 static ObjectFileCreateInstance
49 typedef ObjectFile *(*ObjectFileCreateInstance)(const lldb::ModuleSP &module_sp, typedef
618 struct ObjectFileInstance : public PluginInstance<ObjectFileCreateInstance> {626 : PluginInstance<ObjectFileCreateInstance>( in ObjectFileInstance()657 ObjectFileCreateInstance create_callback, in RegisterPlugin()667 bool PluginManager::UnregisterPlugin(ObjectFileCreateInstance create_callback) { in UnregisterPlugin()671 ObjectFileCreateInstance
127 ObjectFileCreateInstance callback; in FindPlugin()