Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBInstructionList.cpp159 m_opaque_sp->GetInstructionList().GetMaxOpcocdeByteSize(); in GetDescription()
/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp169 instruction_list.GetMaxOpcocdeByteSize(); in Log()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp290 GetInstructionList().GetMaxOpcocdeByteSize(); in PrintInstructions()
936 uint32_t InstructionList::GetMaxOpcocdeByteSize() const { in GetMaxOpcocdeByteSize() function in InstructionList
964 const uint32_t max_opcode_byte_size = GetMaxOpcocdeByteSize(); in Dump()
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h270 uint32_t GetMaxOpcocdeByteSize() const;
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp245 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()