Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp439 static EmulateInstructionInstances &GetEmulateInstructionInstances() { in GetEmulateInstructionInstances() function
447 return GetEmulateInstructionInstances().RegisterPlugin(name, description, in RegisterPlugin()
453 return GetEmulateInstructionInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
458 return GetEmulateInstructionInstances().GetCallbackAtIndex(idx); in GetEmulateInstructionCreateCallbackAtIndex()
464 return GetEmulateInstructionInstances().GetCallbackForName(name); in GetEmulateInstructionCreateCallbackForPluginName()