Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h90 std::optional<uint32_t> GetLastInstrSize() override { return m_last_size; } in GetLastInstrSize() function
H A DEmulateInstructionRISCV.cpp1828 if (auto last_instr_size = riscv_emulator->GetLastInstrSize(); in GetBreakpointSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h406 virtual std::optional<uint32_t> GetLastInstrSize() { return std::nullopt; } in GetLastInstrSize() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp642 auto instr_size = m_emulator_up->GetLastInstrSize(); in GetNextInstructionAddress()