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

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h107 EmulateInstructionCreateInstance create_callback);
110 UnregisterPlugin (EmulateInstructionCreateInstance create_callback);
112 static EmulateInstructionCreateInstance
115 static EmulateInstructionCreateInstance
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h31 typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type); typedef in namespace:lldb_private
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp679 EmulateInstructionCreateInstance create_callback;
704 EmulateInstructionCreateInstance create_callback
722 PluginManager::UnregisterPlugin (EmulateInstructionCreateInstance create_callback)
742 EmulateInstructionCreateInstance
752 EmulateInstructionCreateInstance
H A DEmulateInstruction.cpp32 EmulateInstructionCreateInstance create_callback = NULL;

Completed in 89 milliseconds