Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
HDEmulateInstructionPPC64.h58 bool EvaluateInstruction(uint32_t evaluate_options) override;
HDEmulateInstructionPPC64.cpp159 bool EmulateInstructionPPC64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionPPC64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.h64 bool EvaluateInstruction(uint32_t options) override;
HDEmulateInstructionRISCV.cpp1605 bool EmulateInstructionRISCV::EvaluateInstruction(uint32_t options) { in EvaluateInstruction() function in lldb_private::EmulateInstructionRISCV
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.h54 bool EvaluateInstruction(uint32_t options) override;
HDEmulateInstructionLoongArch.cpp85 bool EmulateInstructionLoongArch::EvaluateInstruction(uint32_t options) { in EvaluateInstruction() function in lldb_private::EmulateInstructionLoongArch
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h61 bool EvaluateInstruction(uint32_t evaluate_options) override;
HDEmulateInstructionARM64.cpp389 bool EmulateInstructionARM64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionARM64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h68 bool EvaluateInstruction(uint32_t evaluate_options) override;
HDEmulateInstructionMIPS64.cpp948 bool EmulateInstructionMIPS64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionMIPS64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDNativeProcessSoftwareSingleStep.cpp169 emulator_up->EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in SetupSoftwareSingleStepping()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h72 bool EvaluateInstruction(uint32_t evaluate_options) override;
HDEmulateInstructionMIPS.cpp1051 bool EmulateInstructionMIPS::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionMIPS
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h374 virtual bool EvaluateInstruction(uint32_t evaluate_options) = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp687 return insn_emulator_up->EvaluateInstruction(0); in DumpEmulation()
957 return insn_emulator_up->EvaluateInstruction(evaluate_options); in Emulate()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.h131 bool EvaluateInstruction(uint32_t evaluate_options) override;
HDEmulateInstructionARM.cpp14273 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionARM
14420 bool success = EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in TestEmulation()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp252 m_inst_emulator_up->EvaluateInstruction( in GetNonCallSiteUnwindPlanFromAssembly()