Searched refs:getDirectives (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DirectiveEmitter.cpp | 174 return HasDuplicateClausesInDirectives(getDirectives()); in HasValidityErrors() 204 GenerateEnumClass(DirLang.getDirectives(), OS, "Directive", in EmitDirectivesDecl() 398 for (const auto &D : DirLang.getDirectives()) { in GenerateIsAllowedClause() 472 for (const auto &D : DirLang.getDirectives()) { in GenerateDirectiveClauseSets() 506 for (const auto &D : DirLang.getDirectives()) { in GenerateDirectiveClauseMap() 858 GenerateGetKind(DirLang.getDirectives(), OS, "Directive", DirLang, in EmitDirectivesBasicImpl() 862 GenerateGetName(DirLang.getDirectives(), OS, "Directive", DirLang, in EmitDirectivesBasicImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCLinkerOptimizationHint.h | 149 const LOHDirectives &getDirectives() const { in getDirectives() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 54 std::vector<Record *> getDirectives() const { in getDirectives() function
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 93 StringRef getDirectives() { return directives; } in getDirectives() function
|
| H A D | Driver.cpp | 371 StringRef s = file->getDirectives(); in parseDirectives()
|