Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h37 case eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h33 case eInstructionTypeAny: in SupportsThisInstructionType()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h126 eInstructionTypeAny, // Support for any instructions at all (at least one) enumerator
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h39 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h46 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h48 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp684 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in DumpEmulation()
931 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in TestEmulation()
951 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in Emulate()
/src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h75 case eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()