Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DPluginManager.cpp436 static EmulateInstructionInstances &GetEmulateInstructionInstances() { in GetEmulateInstructionInstances() function
444 return GetEmulateInstructionInstances().RegisterPlugin(name, description, in RegisterPlugin()
450 return GetEmulateInstructionInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
455 return GetEmulateInstructionInstances().GetCallbackAtIndex(idx); in GetEmulateInstructionCreateCallbackAtIndex()
461 return GetEmulateInstructionInstances().GetCallbackForName(name); in GetEmulateInstructionCreateCallbackForPluginName()