Searched refs:GetComment (Results 1 – 6 of 6) sorted by relevance
45 GetComment (lldb::SBTarget target);89 return self.GetComment (target)93 return self.GetComment (target)
154 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction155 LLDB_RECORD_METHOD(const char *, SBInstruction, GetComment, (lldb::SBTarget), in GetComment()169 return inst_sp->GetComment(&exe_ctx); in GetComment()362 LLDB_REGISTER_METHOD(const char *, SBInstruction, GetComment, in RegisterMethods()
44 const char *GetComment(lldb::SBTarget target);
77 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
5648 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()
29531 result = (char *)(arg1)->GetComment(arg2); in _wrap_SBInstruction_GetComment()