Searched refs:eInstructionTypeAny (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-private-enumerations.h176 eInstructionTypeAny, // Support for any instructions at all (at least one) enumerator in enum:lldb_private::InstructionType
/external/lldb/source/Core/
H A DDisassembler.cpp649 std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL));
915 std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL));
936 std::unique_ptr<EmulateInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL));
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h86 case eInstructionTypeAny:

Completed in 128 milliseconds