Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h36 case eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h119 eInstructionTypeAny, // Support for any instructions at all (at least one) enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h38 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h45 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h47 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp676 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in DumpEmulation()
927 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in TestEmulation()
947 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in Emulate()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h75 case eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()