Searched refs:GetOperands (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBInstruction.h49 GetOperands (lldb::SBTarget target);
/external/lldb/scripts/Python/interface/
H A DSBInstruction.i40 GetOperands (lldb::SBTarget target);
73 return self.GetOperands (target)
/external/lldb/test/python_api/disassemble-raw-data/
H A DTestDisassembleRawData.py39 self.assertTrue (inst.GetOperands(target) == '%' + "rsp, " + '%' + "rbp")
/external/lldb/source/API/
H A DSBInstruction.cpp92 SBInstruction::GetOperands(SBTarget target) function in class:SBInstruction
105 return m_opaque_sp->GetOperands(&exe_ctx);
/external/lldb/include/lldb/Core/
H A DDisassembler.h52 GetOperands (const ExecutionContext* exe_ctx) function in class:lldb_private::Instruction
/external/lldb/examples/python/
H A Dsymbolication.py480 operands = inst.GetOperands (target)

Completed in 399 milliseconds