Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h36 case eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h119 eInstructionTypeAny, // Support for any instructions at all (at least one) enumerator
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h38 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h45 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h47 case lldb_private::eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp643 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in DumpEmulation()
894 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in TestEmulation()
914 EmulateInstruction::FindPlugin(arch, eInstructionTypeAny, nullptr)); in Emulate()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h75 case eInstructionTypeAny: in SupportsEmulatingInstructionsOfTypeStatic()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp928 EmulateInstruction::FindPlugin(arch, lldb_private::eInstructionTypeAny, in GetWatchpointHitAddress()