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()
348 const char *GetLabel() const;
1600 const char *SBTarget::GetLabel() const { in GetLabel() function in SBTarget1604 return ConstString(target_sp->GetLabel().data()).AsCString(); in GetLabel()
602 const std::string &GetLabel() const { return m_label; } in GetLabel() function
91 const std::string &label = target->GetLabel(); in DumpTargetInfo()529 const std::string &label = target_sp->GetLabel(); in DoExecute()
2279 const std::string &GetLabel() { return m_label; } in GetLabel() function in lldb_private::curses::FormAction2659 m_delegate_sp->GetAction(0).GetLabel().c_str()); in DrawSubmitHint()
2805 if (target_sp && target_sp->GetLabel() == label) { in SetLabel()
57069 result = (char *)((lldb::SBTarget const *)arg1)->GetLabel(); in _wrap_SBTarget_GetLabel()