Searched refs:ReadInstructionAt (Results 1 – 2 of 2) sorted by relevance
73 std::optional<DecodeResult> ReadInstructionAt(lldb::addr_t addr);
348 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::EmulateInstructionRISCV1641 auto inst = ReadInstructionAt(*addr); in ReadInstruction()