Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h430 uint32_t GetMinimumOpcodeByteSize() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp917 uint32_t ArchSpec::GetMinimumOpcodeByteSize() const { in GetMinimumOpcodeByteSize() function in ArchSpec
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp453 const uint32_t min_op_byte_size = arch.GetMinimumOpcodeByteSize(); in Decode()