Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h122 EmulateInstructionCreateInstance create_callback);
125 UnregisterPlugin(EmulateInstructionCreateInstance create_callback);
127 static EmulateInstructionCreateInstance
130 static EmulateInstructionCreateInstance
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h50 typedef EmulateInstruction *(*EmulateInstructionCreateInstance)( typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp587 EmulateInstructionCreateInstance create_callback;
604 EmulateInstructionCreateInstance create_callback) { in RegisterPlugin()
619 EmulateInstructionCreateInstance create_callback) { in UnregisterPlugin()
635 EmulateInstructionCreateInstance
644 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp48 EmulateInstructionCreateInstance create_callback = nullptr; in FindPlugin()