Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp700 static EmulateInstructionInstances &GetEmulateInstructionInstances() { in GetEmulateInstructionInstances() function
708 return GetEmulateInstructionInstances().RegisterPlugin(name, description, in RegisterPlugin()
714 return GetEmulateInstructionInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
719 return GetEmulateInstructionInstances().GetCallbackAtIndex(idx); in GetEmulateInstructionCreateCallbackAtIndex()
725 return GetEmulateInstructionInstances().GetCallbackForName(name); in GetEmulateInstructionCreateCallbackForPluginName()
2282 return GetEmulateInstructionInstances().GetPluginInfoForAllInstances(); in GetEmulateInstructionPluginInfo()
2286 return GetEmulateInstructionInstances().SetInstanceEnabled(name, enable); in SetEmulateInstructionPluginEnabled()