Searched refs:GetLabel (Results 1 – 8 of 8) sorted by relevance
293 GetLabel(char *line, const char *filename, int linenum) in GetLabel() function373 if ((cp = GetLabel(cp, filename, linenum)) == NULL) in ReadSystem()392 cp = GetLabel(cp, filename, linenum); in ReadSystem()
343 const char *GetLabel() const;
1643 const char *SBTarget::GetLabel() const { in GetLabel() function in SBTarget1650 return ConstString(target_sp->GetLabel().data()).AsCString(); in GetLabel()
570 const std::string &GetLabel() const { return m_label; } in GetLabel() function
90 const std::string &label = target->GetLabel(); in DumpTargetInfo()528 const std::string &label = target_sp->GetLabel(); in DoExecute()
2278 const std::string &GetLabel() { return m_label; } in GetLabel() function in curses::FormAction2658 m_delegate_sp->GetAction(0).GetLabel().c_str()); in DrawSubmitHint()
2623 if (target_sp && target_sp->GetLabel() == label) { in SetLabel()
55918 result = (char *)((lldb::SBTarget const *)arg1)->GetLabel(); in _wrap_SBTarget_GetLabel()