Searched refs:GetComment (Results 1 – 9 of 9) sorted by relevance
45 GetComment (lldb::SBTarget target);89 return self.GetComment (target)93 return self.GetComment (target)
56 if "HI" in i.GetComment(target):58 if "foo" in i.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
387 summary = self.instr.GetComment(self.target)
587 comment = inst.GetComment(target)
659 const char *c = inst.GetComment(g_vsc.target); in CreateSource()
7174 const char *comment = inst->GetComment(&exe_ctx); in WindowDelegateDraw()