reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Disassembler.h
  269   uint32_t GetMaxOpcocdeByteSize() const;

References

tools/lldb/source/API/SBInstructionList.cpp
  159           m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize();
tools/lldb/source/Core/Disassembler.cpp
  397       disasm_ptr->GetInstructionList().GetMaxOpcocdeByteSize();
 1072   const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize();
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  215               inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address,
tools/lldb/source/Target/ThreadPlanTracer.cpp
  166           instruction_list.GetMaxOpcocdeByteSize();