Searched refs:max_opcode_byte_size (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstructionList.cpp | 158 const uint32_t max_opcode_byte_size = in GetDescription() local 184 inst->Dump(&sref, max_opcode_byte_size, true, false, in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 291 const uint32_t max_opcode_byte_size = in PrintInstructions() local 543 inst->Dump(&strm, max_opcode_byte_size, true, show_bytes, in PrintInstructions() 634 void Instruction::Dump(lldb_private::Stream *s, uint32_t max_opcode_byte_size, in Dump() argument 660 if (max_opcode_byte_size > 0) in Dump() 661 m_opcode.Dump(&ss, max_opcode_byte_size * 3 + 1); in Dump() 667 if (max_opcode_byte_size > 0) in Dump() 668 m_opcode.Dump(&ss, max_opcode_byte_size * 3 + 1); in Dump() 1036 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump() local 1053 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, in Dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 168 const uint32_t max_opcode_byte_size = in Log() local 179 instruction->Dump(stream_sp.get(), max_opcode_byte_size, show_address, in Log()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 156 virtual void Dump(Stream *s, uint32_t max_opcode_byte_size, bool show_address,
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 35 uint32_t max_opcode_byte_size; member 963 return core_def->max_opcode_byte_size; in GetMaximumOpcodeByteSize()
|