Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp159 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp169 instruction_list.GetMaxOpcocdeByteSize(); in Log()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp292 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
1007 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize() function in InstructionList
1036 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h294 uint32_t GetMaxOpcocdeByteSize() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp176 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()