Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstructionList.cpp99 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp162 instruction_list.GetMaxOpcocdeByteSize(); in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp385 disasm_ptr->GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
1039 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize() function in InstructionList
1060 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h292 uint32_t GetMaxOpcocdeByteSize() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp218 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()