Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp106 GetTarget().GetArchitecture().GetMaximumOpcodeByteSize(); in IsPlanStale()
H A DTraceDumper.cpp360 AddressRange range(symbol_info.address, arch.GetMaximumOpcodeByteSize()); in CalculateDisass()
H A DStackFrame.cpp1308 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h432 uint32_t GetMaximumOpcodeByteSize() const;
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp893 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp1086 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp136 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp924 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp454 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1951 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()