Searched refs:getDirectives (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | DirectiveEmitter.cpp | 173 return HasDuplicateClausesInDirectives(getDirectives()); in HasValidityErrors() 203 GenerateEnumClass(DirLang.getDirectives(), OS, "Directive", in EmitDirectivesDecl() 395 for (const auto &D : DirLang.getDirectives()) { in GenerateIsAllowedClause() 468 for (const auto &D : DirLang.getDirectives()) { in GenerateDirectiveClauseSets() 502 for (const auto &D : DirLang.getDirectives()) { in GenerateDirectiveClauseMap() 768 GenerateGetKind(DirLang.getDirectives(), OS, "Directive", DirLang, in EmitDirectivesBasicImpl() 772 GenerateGetName(DirLang.getDirectives(), OS, "Directive", DirLang, in EmitDirectivesBasicImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCLinkerOptimizationHint.h | 149 const LOHDirectives &getDirectives() const { in getDirectives() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 49 std::vector<Record *> getDirectives() const { in getDirectives() function
|