Home
last modified time | relevance | path

Searched refs:evaluate_options (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBInstruction.cpp304 uint32_t evaluate_options) { in EmulateWithFrame() argument
305 LLDB_INSTRUMENT_VA(this, frame, evaluate_options); in EmulateWithFrame()
318 arch, evaluate_options, (void *)frame_sp.get(), in EmulateWithFrame()
/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h68 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
/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() argument
168 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/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() argument
396 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
398 evaluate_options & eEmulateInstructionOptionIgnoreConditions; in EvaluateInstruction()
/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() argument
982 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/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() argument
1093 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h374 virtual bool EvaluateInstruction(uint32_t evaluate_options) = 0; in GetInstructionCondition()
H A DDisassembler.h190 bool Emulate(const ArchSpec &arch, uint32_t evaluate_options, void *baton,
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp959 const ArchSpec &arch, uint32_t evaluate_options, void *baton, in Emulate()
971 return insn_emulator_up->EvaluateInstruction(evaluate_options); in GetSize()
945 Emulate(const ArchSpec & arch,uint32_t evaluate_options,void * baton,EmulateInstruction::ReadMemoryCallback read_mem_callback,EmulateInstruction::WriteMemoryCallback write_mem_callback,EmulateInstruction::ReadRegisterCallback read_reg_callback,EmulateInstruction::WriteRegisterCallback write_reg_callback) Emulate() argument
/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() argument
14283 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
14285 evaluate_options & eEmulateInstructionOptionIgnoreConditions; in EvaluateInstruction()