Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp151 m_inst_emulator_ap->SetInstruction (inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly()
161 …m_curr_row->SetOffset (inst->GetAddress().GetFileAddress() + inst->GetOpcode().GetByteSize() - bas… in GetNonCallSiteUnwindPlanFromAssembly()
231 …m_curr_row->SetOffset (inst->GetAddress().GetFileAddress() + inst->GetOpcode().GetByteSize() - bas… in GetNonCallSiteUnwindPlanFromAssembly()
/external/lldb/source/API/
DSBInstruction.cpp133 return m_opaque_sp->GetOpcode().GetByteSize(); in GetByteSize()
/external/lldb/source/Core/
DDisassembler.cpp652 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL); in DumpEmulation()
941 insn_emulator_ap->SetInstruction (GetOpcode(), GetAddress(), NULL); in Emulate()
979 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize()
/external/lldb/include/lldb/Core/
DDisassembler.h120 GetOpcode () const in GetOpcode() function
DEmulateInstruction.h513 GetOpcode () const in GetOpcode() function