Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp438 static EmulateInstructionInstances &GetEmulateInstructionInstances() { in GetEmulateInstructionInstances() function
446 return GetEmulateInstructionInstances().RegisterPlugin(name, description, in RegisterPlugin()
452 return GetEmulateInstructionInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
457 return GetEmulateInstructionInstances().GetCallbackAtIndex(idx); in GetEmulateInstructionCreateCallbackAtIndex()
463 return GetEmulateInstructionInstances().GetCallbackForName(name); in GetEmulateInstructionCreateCallbackForPluginName()