Home
last modified time | relevance | path

Searched refs:EvaluateInstruction (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h58 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionPPC64.cpp159 bool EmulateInstructionPPC64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionPPC64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h54 bool EvaluateInstruction(uint32_t options) override;
H A DEmulateInstructionLoongArch.cpp85 bool EmulateInstructionLoongArch::EvaluateInstruction(uint32_t options) { in EvaluateInstruction() function in lldb_private::EmulateInstructionLoongArch
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h64 bool EvaluateInstruction(uint32_t options) override;
H A DEmulateInstructionRISCV.cpp1605 bool EmulateInstructionRISCV::EvaluateInstruction(uint32_t options) { in EvaluateInstruction() function in lldb_private::EmulateInstructionRISCV
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h61 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionARM64.cpp389 bool EmulateInstructionARM64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionARM64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h68 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionMIPS64.cpp948 bool EmulateInstructionMIPS64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionMIPS64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp169 emulator_up->EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in SetupSoftwareSingleStepping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h72 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionMIPS.cpp1051 bool EmulateInstructionMIPS::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionMIPS
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h374 virtual bool EvaluateInstruction(uint32_t evaluate_options) = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp687 return insn_emulator_up->EvaluateInstruction(0); in DumpEmulation()
957 return insn_emulator_up->EvaluateInstruction(evaluate_options); in Emulate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h131 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionARM.cpp14273 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionARM
14420 bool success = EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp252 m_inst_emulator_up->EvaluateInstruction( in GetNonCallSiteUnwindPlanFromAssembly()