Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBInstructionList.cpp102 … const uint32_t max_opcode_byte_size = m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
/external/lldb/source/Target/
DThreadPlanTracer.cpp217 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in Log()
/external/lldb/source/Core/
DDisassembler.cpp406 const uint32_t max_opcode_byte_size = disasm_ptr->GetInstructionList().GetMaxOpcocdeByteSize (); in PrintInstructions()
971 InstructionList::GetMaxOpcocdeByteSize () const in GetMaxOpcocdeByteSize() function in InstructionList
1003 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump()
/external/lldb/include/lldb/Core/
DDisassembler.h167 GetMaxOpcocdeByteSize () const;
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp147 … inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize (), show_address, show_bytes, NULL); in GetNonCallSiteUnwindPlanFromAssembly()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp208 const uint32_t max_opcode_byte_size = instruction_list.GetMaxOpcocdeByteSize(); in DisassembleFunction()