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.cpp149 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp168 instruction_list.GetMaxOpcocdeByteSize(); in Log()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp283 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
973 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize() function in InstructionList
1002 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.cpp244 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()