Searched refs:max_opcode_byte_size (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBInstructionList.cpp | 148 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 D | Disassembler.cpp | 286 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 D | ThreadPlanTracer.cpp | 167 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 D | Disassembler.h | 154 virtual void Dump(Stream *s, uint32_t max_opcode_byte_size, bool show_address,
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 34 uint32_t max_opcode_byte_size; member 939 return core_def->max_opcode_byte_size; in GetMaximumOpcodeByteSize()
|