Home
last modified time | relevance | path

Searched refs:GetOperands (Results 1 – 7 of 7) sorted by relevance

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