Home
last modified time | relevance | path

Searched defs:GetLabel (Results 1 – 6 of 6) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DCallGraph.h164 void CallGraph::printDot(StringRef FileName, L GetLabel) const { in printDot()
/llvm-project/flang/include/flang/Evaluate/
H A Dcall.h109 common::Label GetLabel() const { return std::get<common::Label>(u_); } in GetLabel() function
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h570 const std::string &GetLabel() const { return m_label; } GetLabel() function
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp915 LabeledStatementInfoTuplePOD GetLabel( GetLabel() function
/llvm-project/lldb/source/API/
H A DSBTarget.cpp1643 const char *SBTarget::GetLabel() const { GetLabel() function in SBTarget
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2278 const std::string &GetLabel() { return m_label; } in GetLabel() function in curses::FormAction