Searched refs:GetOperands (Results 1 – 7 of 7) sorted by relevance
42 GetOperands (lldb::SBTarget target);87 return self.GetOperands (target)
134 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands() function in SBInstruction135 LLDB_RECORD_METHOD(const char *, SBInstruction, GetOperands, (lldb::SBTarget), in GetOperands()149 return inst_sp->GetOperands(&exe_ctx); in GetOperands()360 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetOperands, in RegisterMethods()
42 const char *GetOperands(lldb::SBTarget target);
72 const char *GetOperands(const ExecutionContext *exe_ctx) { in GetOperands() function
727 const char *operands_string = GetOperands(nullptr); in ParseOperands()
5647 const char *operands = inst->GetOperands(&exe_ctx); in WindowDelegateDraw()
29498 result = (char *)(arg1)->GetOperands(arg2); in _wrap_SBInstruction_GetOperands()