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

  /external/lldb/source/Plugins/Instruction/ARM/
Android.mk 12 EmulateInstructionARM.cpp \
EmulateInstructionARM.cpp 1 //===-- EmulateInstructionARM.cpp -------------------------------*- C++ -*-===//
12 #include "EmulateInstructionARM.h"
165 // EmulateInstructionARM implementation
170 EmulateInstructionARM::Initialize ()
178 EmulateInstructionARM::Terminate ()
184 EmulateInstructionARM::GetPluginNameStatic ()
191 EmulateInstructionARM::GetPluginDescriptionStatic ()
197 EmulateInstructionARM::CreateInstance (const ArchSpec &arch, InstructionType inst_type)
199 if (EmulateInstructionARM::SupportsEmulatingIntructionsOfTypeStatic(inst_type))
203 std::unique_ptr<EmulateInstructionARM> emulate_insn_ap (new EmulateInstructionARM (arch))
    [all...]
EmulateInstructionARM.h 47 class EmulateInstructionARM : public EmulateInstruction
119 EmulateInstructionARM (const ArchSpec &arch) :
130 // EmulateInstructionARM (const ArchSpec &arch,
359 EmulateInstructionARM::ARMEncoding encoding;
362 bool (EmulateInstructionARM::*callback) (const uint32_t opcode, const EmulateInstructionARM::ARMEncoding encoding);
  /external/lldb/source/
lldb.cpp 31 #include "Plugins/Instruction/ARM/EmulateInstructionARM.h"
111 EmulateInstructionARM::Initialize ();
195 EmulateInstructionARM::Terminate ();

Completed in 290 milliseconds