Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBInstruction.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()
/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() argument
168 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBInstruction.h68 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
/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() argument
396 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
398 evaluate_options & eEmulateInstructionOptionIgnoreConditions; in EvaluateInstruction()
/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() argument
982 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/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() argument
1093 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h374 virtual bool EvaluateInstruction(uint32_t evaluate_options) = 0;
HDDisassembler.h190 bool Emulate(const ArchSpec &arch, uint32_t evaluate_options, void *baton,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp945 const ArchSpec &arch, uint32_t evaluate_options, void *baton, in Emulate() argument
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() argument
14283 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
14285 evaluate_options & eEmulateInstructionOptionIgnoreConditions; in EvaluateInstruction()