Home
last modified time | relevance | path

Searched defs:GetLastInstrSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h63 std::optional<uint32_t> GetLastInstrSize() override { return m_last_size; } in GetLastInstrSize() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h372 virtual std::optional<uint32_t> GetLastInstrSize() { return std::nullopt; } in GetLastInstrSize() function