Home
last modified time | relevance | path

Searched refs:ReadInstruction (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h58 bool ReadInstruction() override;
H A DEmulateInstructionPPC64.cpp117 bool EmulateInstructionPPC64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionPPC64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h61 bool ReadInstruction() override;
H A DEmulateInstructionARM64.cpp399 bool EmulateInstructionARM64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionARM64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h68 bool ReadInstruction() override;
H A DEmulateInstructionMIPS64.cpp946 bool EmulateInstructionMIPS64::ReadInstruction() { in ReadInstruction() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h69 bool ReadInstruction() override;
H A DEmulateInstructionMIPS.cpp1056 bool EmulateInstructionMIPS::ReadInstruction() { in ReadInstruction() function in EmulateInstructionMIPS
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h379 virtual bool ReadInstruction() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h130 bool ReadInstruction() override;
H A DEmulateInstructionARM.cpp13872 bool EmulateInstructionARM::ReadInstruction() { in ReadInstruction() function in EmulateInstructionARM
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp1060 if (!emulator_ap->ReadInstruction()) in SetupSoftwareSingleStepping()