Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DDirectiveEmitter.cpp202 DirLang.getClausePrefix(), DirLang); in EmitDirectivesDecl()
353 OS << " case " << DirLang.getClausePrefix() << ClauseFormattedName in GenerateCaseForVersionedClauses()
427 << "::Clause::" << DirLang.getClausePrefix() in GenerateClauseSet()
688 DirLang.getClausePrefix(), in EmitDirectivesImpl()
693 DirLang.getClausePrefix()); in EmitDirectivesImpl()
/external/llvm-project/llvm/include/llvm/TableGen/
DDirectiveEmitter.h29 StringRef getClausePrefix() const { in getClausePrefix() function