Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp683 std::unique_ptr<EmulateInstruction> insn_emulator_up( in DumpEmulation() local
685 if (insn_emulator_up) { in DumpEmulation()
686 insn_emulator_up->SetInstruction(GetOpcode(), GetAddress(), nullptr); in DumpEmulation()
687 return insn_emulator_up->EvaluateInstruction(0); in DumpEmulation()
930 std::unique_ptr<EmulateInstruction> insn_emulator_up( in TestEmulation() local
932 if (insn_emulator_up) in TestEmulation()
934 insn_emulator_up->TestEmulation(out_stream, arch, data_dictionary); in TestEmulation()
950 std::unique_ptr<EmulateInstruction> insn_emulator_up( in Emulate() local
952 if (insn_emulator_up) { in Emulate()
953 insn_emulator_up->SetBaton(baton); in Emulate()
[all …]