Searched refs:getDirectives (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCLinkerOptimizationHint.h | 149 const LOHDirectives &getDirectives() const { in getDirectives() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 49 std::vector<Record *> getDirectives() const { in getDirectives() function
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 92 StringRef getDirectives() { return directives; } in getDirectives() function
|
| H A D | Driver.cpp | 352 StringRef s = file->getDirectives(); in parseDirectives()
|