Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h112 EmulateInstructionCreateInstance create_callback);
115 UnregisterPlugin(EmulateInstructionCreateInstance create_callback);
117 static EmulateInstructionCreateInstance
120 static EmulateInstructionCreateInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h63 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp435 typedef PluginInstance<EmulateInstructionCreateInstance>
446 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
452 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
456 EmulateInstructionCreateInstance
461 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp48 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()