Home
last modified time | relevance | path

Searched refs:GetMaximumOpcodeByteSize (Results 1 – 12 of 12) 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.cpp1442 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h440 uint32_t GetMaximumOpcodeByteSize() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h362 uint32_t GetMaximumOpcodeByteSize() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1624 uint32_t SBTarget::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in SBTarget
1629 return target_sp->GetArchitecture().GetMaximumOpcodeByteSize(); in GetMaximumOpcodeByteSize()
1959 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()
/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.cpp1122 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in AppendInstructions()
/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.cpp461 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp960 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57147 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetMaximumOpcodeByteSize(); in _wrap_SBTarget_GetMaximumOpcodeByteSize()