Home
last modified time | relevance | path

Searched refs:GetMaximumOpcodeByteSize (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp106 GetTarget().GetArchitecture().GetMaximumOpcodeByteSize(); in IsPlanStale()
H A DTraceInstructionDumper.cpp237 AddressRange range(address, arch.GetMaximumOpcodeByteSize()); in DumpInstructions()
H A DStackFrame.cpp1293 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h421 uint32_t GetMaximumOpcodeByteSize() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp892 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1049 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp134 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp122 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp923 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2088 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()