Searched refs:GetOperands (Results 1 – 9 of 9) sorted by relevance
42 GetOperands (lldb::SBTarget target);90 return self.GetOperands (target)
42 const char *GetOperands(lldb::SBTarget target);
129 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() function in SBInstruction143 return inst_sp->GetOperands(&exe_ctx); in GetOperands()
72 const char *GetOperands(const ExecutionContext *exe_ctx) { in GetOperands() function
385 self.target) + ' ' + self.instr.GetOperands(self.target)
585 operands = inst.GetOperands(target)
661 const char *o = inst.GetOperands(g_vsc.target); in CreateSource()
1073 const char *operands_string = GetOperands(nullptr); in ParseOperands()
7175 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()