Searched refs:GetComment (Results 1 – 8 of 8) sorted by relevance
45 GetComment (lldb::SBTarget target);92 return self.GetComment (target)96 return self.GetComment (target)
44 const char *GetComment(lldb::SBTarget target);
148 const char *SBInstruction::GetComment(SBTarget target) { in GetComment() function in SBInstruction162 return inst_sp->GetComment(&exe_ctx); in GetComment()
77 const char *GetComment(const ExecutionContext *exe_ctx) { in GetComment() function
386 summary = self.instr.GetComment(self.target)
586 comment = inst.GetComment(target)
662 const char *c = inst.GetComment(g_vsc.target); in CreateSource()
7176 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()