Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp285 uint32_t evaluate_options) { in EmulateWithFrame() argument
286 LLDB_INSTRUMENT_VA(this, frame, evaluate_options); in EmulateWithFrame()
299 arch, evaluate_options, (void *)frame_sp.get(), in EmulateWithFrame()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h64 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h57 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-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i72 EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h60 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-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h67 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionMIPS64.cpp946 bool EmulateInstructionMIPS64::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() argument
980 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h71 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionMIPS.cpp1049 bool EmulateInstructionMIPS::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() argument
1091 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h364 virtual bool EvaluateInstruction(uint32_t evaluate_options) = 0;
H A DDisassembler.h188 bool Emulate(const ArchSpec &arch, uint32_t evaluate_options, void *baton,
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp941 const ArchSpec &arch, uint32_t evaluate_options, void *baton, in Emulate() argument
953 return insn_emulator_up->EvaluateInstruction(evaluate_options); in Emulate()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h131 bool EvaluateInstruction(uint32_t evaluate_options) override;
H A DEmulateInstructionARM.cpp14303 bool EmulateInstructionARM::EvaluateInstruction(uint32_t evaluate_options) { in EvaluateInstruction() argument
14313 evaluate_options & eEmulateInstructionOptionAutoAdvancePC; in EvaluateInstruction()
14315 evaluate_options & eEmulateInstructionOptionIgnoreConditions; in EvaluateInstruction()