Home
last modified time | relevance | path

Searched refs:GetMinimumOpcodeByteSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h425 uint32_t GetMinimumOpcodeByteSize() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp459 const uint32_t min_op_byte_size = arch.GetMinimumOpcodeByteSize(); in Decode()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp927 uint32_t ArchSpec::GetMinimumOpcodeByteSize() const { in GetMinimumOpcodeByteSize() function in ArchSpec