Searched refs:GetComment (Results 1 – 5 of 5) sorted by relevance
42 GetComment (lldb::SBTarget target);86 return self.GetComment (target)90 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);
76 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
3612 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()