Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBInstructionList.cpp148 const uint32_t max_opcode_byte_size = in GetDescription() local
168 inst->Dump(&sref, max_opcode_byte_size, true, false, in GetDescription()
/openbsd/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp286 const uint32_t max_opcode_byte_size = in PrintInstructions() local
532 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, in PrintInstructions()
605 void Instruction::Dump(lldb_private::Stream *s, uint32_t max_opcode_byte_size, in Dump() argument
631 if (max_opcode_byte_size > 0) in Dump()
632 m_opcode.Dump(&ss, max_opcode_byte_size * 3 + 1); in Dump()
638 if (max_opcode_byte_size > 0) in Dump()
639 m_opcode.Dump(&ss, max_opcode_byte_size * 3 + 1); in Dump()
998 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump() local
1015 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, in Dump()
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanTracer.cpp167 const uint32_t max_opcode_byte_size = in Log() local
178 instruction->Dump(stream, max_opcode_byte_size, show_address, in Log()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h154 virtual void Dump(Stream *s, uint32_t max_opcode_byte_size, bool show_address,
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp34 uint32_t max_opcode_byte_size; member
939 return core_def->max_opcode_byte_size; in GetMaximumOpcodeByteSize()