Home
last modified time | relevance | path

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

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