Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcall.h106 common::Label GetLabel() const { return std::get<common::Label>(u_); } in GetLabel() function
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DCallGraph.h163 template <class L> void CallGraph::printDot(char *FileName, L GetLabel) const { in printDot()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp855 LabeledStatementInfoTuplePOD GetLabel( in GetLabel() function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2277 const std::string &GetLabel() { return m_label; } in GetLabel() function in curses::FormAction