Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h59 bool EvaluateInstruction(uint32_t evaluate_options) override;
DEmulateInstructionPPC64.cpp169 bool EmulateInstructionPPC64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionPPC64
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h62 bool EvaluateInstruction(uint32_t evaluate_options) override;
DEmulateInstructionARM64.cpp399 bool EmulateInstructionARM64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionARM64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h69 bool EvaluateInstruction(uint32_t evaluate_options) override;
DEmulateInstructionMIPS64.cpp959 bool EmulateInstructionMIPS64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionMIPS64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h73 bool EvaluateInstruction(uint32_t evaluate_options) override;
DEmulateInstructionMIPS.cpp1061 bool EmulateInstructionMIPS::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionMIPS
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h364 virtual bool EvaluateInstruction(uint32_t evaluate_options) = 0;
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp646 return insn_emulator_up->EvaluateInstruction(0); in DumpEmulation()
920 return insn_emulator_up->EvaluateInstruction(evaluate_options); in Emulate()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp252 m_inst_emulator_up->EvaluateInstruction( in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h134 bool EvaluateInstruction(uint32_t evaluate_options) override;
DEmulateInstructionARM.cpp14310 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() function in EmulateInstructionARM
14457 bool success = EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in TestEmulation()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp1053 emulator_up->EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in SetupSoftwareSingleStepping()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp945 if (emulator_up->EvaluateInstruction(lldb::eEmulateInstructionOptionNone)) in GetWatchpointHitAddress()
DNativeProcessLinux.cpp962 emulator_up->EvaluateInstruction(eEmulateInstructionOptionAutoAdvancePC); in SetupSoftwareSingleStepping()