HomeSort by relevance Sort by last modified time
    Searched refs:EmulateInstructionCreateInstance (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/Core/
PluginManager.h 88 EmulateInstructionCreateInstance create_callback);
91 UnregisterPlugin (EmulateInstructionCreateInstance create_callback);
93 static EmulateInstructionCreateInstance
96 static EmulateInstructionCreateInstance
  /external/lldb/include/lldb/
lldb-private-interfaces.h 27 typedef EmulateInstruction * (*EmulateInstructionCreateInstance) (const ArchSpec &arch, InstructionType inst_type);
  /external/lldb/source/Core/
PluginManager.cpp 561 EmulateInstructionCreateInstance create_callback;
586 EmulateInstructionCreateInstance create_callback
604 PluginManager::UnregisterPlugin (EmulateInstructionCreateInstance create_callback)
624 EmulateInstructionCreateInstance
634 EmulateInstructionCreateInstance
    [all...]
EmulateInstruction.cpp 32 EmulateInstructionCreateInstance create_callback = NULL;

Completed in 67 milliseconds