Home
last modified time | relevance | path

Searched refs:EmulateInstructionInstances (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Core/
DPluginManager.cpp564 typedef std::vector<EmulateInstructionInstance> EmulateInstructionInstances; typedef
573 static EmulateInstructionInstances &
576 static EmulateInstructionInstances g_instances; in GetEmulateInstructionInstances()
609 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); in UnregisterPlugin()
611 EmulateInstructionInstances::iterator pos, end = instances.end(); in UnregisterPlugin()
628 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); in GetEmulateInstructionCreateCallbackAtIndex()
640 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); in GetEmulateInstructionCreateCallbackForPluginName()
642 EmulateInstructionInstances::iterator pos, end = instances.end(); in GetEmulateInstructionCreateCallbackForPluginName()