Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h348 const char *GetLabel() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1600 const char *SBTarget::GetLabel() const { in GetLabel() function in SBTarget
1604 return ConstString(target_sp->GetLabel().data()).AsCString(); in GetLabel()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h602 const std::string &GetLabel() const { return m_label; } in GetLabel() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp91 const std::string &label = target->GetLabel(); in DumpTargetInfo()
529 const std::string &label = target_sp->GetLabel(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2279 const std::string &GetLabel() { return m_label; } in GetLabel() function in lldb_private::curses::FormAction
2659 m_delegate_sp->GetAction(0).GetLabel().c_str()); in DrawSubmitHint()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2805 if (target_sp && target_sp->GetLabel() == label) { in SetLabel()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57069 result = (char *)((lldb::SBTarget const *)arg1)->GetLabel(); in _wrap_SBTarget_GetLabel()