Searched refs:ObjectFileCreateInstance (Results 1 – 4 of 4) sorted by relevance
174 ObjectFileCreateInstance create_callback,180 static bool UnregisterPlugin(ObjectFileCreateInstance create_callback);182 static ObjectFileCreateInstance
50 typedef ObjectFile *(*ObjectFileCreateInstance)(const lldb::ModuleSP &module_sp, typedef
618 struct ObjectFileInstance : public PluginInstance<ObjectFileCreateInstance> {626 : PluginInstance<ObjectFileCreateInstance>( in ObjectFileInstance()645 ObjectFileCreateInstance create_callback, in RegisterPlugin()655 bool PluginManager::UnregisterPlugin(ObjectFileCreateInstance create_callback) { in UnregisterPlugin()659 ObjectFileCreateInstance
127 ObjectFileCreateInstance callback; in FindPlugin()