Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp106 GetTarget().GetArchitecture().GetMaximumOpcodeByteSize(); in IsPlanStale()
H A DTraceDumper.cpp512 arch.GetMaximumOpcodeByteSize()); in CalculateDisass()
H A DStackFrame.cpp1306 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h427 uint32_t GetMaximumOpcodeByteSize() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp878 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1090 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp137 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp460 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp934 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2007 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()