Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h73 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()
1630 EmulateInstructionRISCV::ReadInstructionAt(addr_t addr) { in ReadInstructionAt() function in lldb_private::EmulateInstructionRISCV
1641 auto inst = ReadInstructionAt(*addr); in ReadInstruction()