Home
last modified time | relevance | path

Searched refs:GetMaxOpcocdeByteSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBInstructionList.cpp149 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanTracer.cpp168 instruction_list.GetMaxOpcocdeByteSize(); in Log()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp287 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
969 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize() function in InstructionList
998 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h290 uint32_t GetMaxOpcocdeByteSize() const;
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp247 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()