Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 – 8 of 8) sorted by relevance

/src/usr.sbin/ppp/
H A Dsystems.c293 GetLabel(char *line, const char *filename, int linenum) in GetLabel() function
373 if ((cp = GetLabel(cp, filename, linenum)) == NULL) in ReadSystem()
392 cp = GetLabel(cp, filename, linenum); in ReadSystem()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h343 const char *GetLabel() const;
/src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1643 const char *SBTarget::GetLabel() const { in GetLabel() function in SBTarget
1650 return ConstString(target_sp->GetLabel().data()).AsCString(); in GetLabel()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h570 const std::string &GetLabel() const { return m_label; } in GetLabel() function
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp90 const std::string &label = target->GetLabel(); in DumpTargetInfo()
528 const std::string &label = target_sp->GetLabel(); in DoExecute()
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2278 const std::string &GetLabel() { return m_label; } in GetLabel() function in curses::FormAction
2658 m_delegate_sp->GetAction(0).GetLabel().c_str()); in DrawSubmitHint()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2623 if (target_sp && target_sp->GetLabel() == label) { in SetLabel()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55918 result = (char *)((lldb::SBTarget const *)arg1)->GetLabel(); in _wrap_SBTarget_GetLabel()