Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp421 static std::string GetDirectiveName(const DirectiveLanguage &DirLang, in GetDirectiveName() function
585 OS << " {" << GetDirectiveName(DirLang, Directives[Leaves[0]]); in EmitLeafTable()
590 OS << ' ' << GetDirectiveName(DirLang, Directives[Leaves[I]]) << ','; in EmitLeafTable()
768 OS << " case " << GetDirectiveName(DirLang, R) << ":\n"; in GenerateGetDirectiveCategory()