Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-private-enumerations.h176 eInstructionTypeAny, // Support for any instructions at all (at least one) enumerator
/external/lldb/source/Core/
DDisassembler.cpp649 …teInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL)); in DumpEmulation()
915 …teInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL)); in TestEmulation()
936 …teInstruction> insn_emulator_ap (EmulateInstruction::FindPlugin (arch, eInstructionTypeAny, NULL)); in Emulate()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h86 case eInstructionTypeAny: in SupportsEmulatingIntructionsOfTypeStatic()