Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp258 return hasDuplicateClausesInDirectives(getDirectives()); in HasValidityErrors()
264 for (const Directive D : DirLang.getDirectives()) in getMaxLeafCount()
317 generateEnumClass(DirLang.getDirectives(), OS, "Directive", in emitDirectivesDecl()
572 for (const Record *R : DirLang.getDirectives()) { in generateIsAllowedClause()
631 ArrayRef<const Record *> Directives = DirLang.getDirectives(); in emitLeafTable()
851 for (const Record *R : DirLang.getDirectives()) in generateGetDirectiveAssociation()
862 for (const Record *R : DirLang.getDirectives()) { in generateGetDirectiveAssociation()
884 for (const Record *R : DirLang.getDirectives()) { in generateGetDirectiveCategory()
906 for (const Record *R : DirLang.getDirectives()) { in generateGetDirectiveLanguages()
972 for (const Directive Dir : DirLang.getDirectives()) { in generateDirectiveClauseSets()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h150 const LOHDirectives &getDirectives() const { in getDirectives() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h80 ArrayRef<const Record *> getDirectives() const { in getDirectives() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h100 StringRef getDirectives() { return directives; } in getDirectives() function
H A DDriver.cpp451 StringRef s = file->getDirectives(); in parseDirectives()