Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h72 std::optional<DecodeResult> ReadInstructionAt(lldb::addr_t addr);
H A DEmulateInstructionRISCV.cpp348 auto inst = emulator.ReadInstructionAt(current_pc); in AtomicSequence()
354 inst = emulator.ReadInstructionAt(current_pc += 4); in AtomicSequence()
364 inst = emulator.ReadInstructionAt(current_pc += 4); in AtomicSequence()
370 inst = emulator.ReadInstructionAt(current_pc += 4); in AtomicSequence()
1615 EmulateInstructionRISCV::ReadInstructionAt(addr_t addr) { in ReadInstructionAt() function in lldb_private::EmulateInstructionRISCV
1626 auto inst = ReadInstructionAt(*addr); in ReadInstruction()