Home
last modified time | relevance | path

Searched refs:Directives (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCLinkerOptimizationHint.h141 SmallVector<MCLOHDirective, 32> Directives; variable
150 return Directives; in getDirectives()
156 Directives.push_back(MCLOHDirective(Kind, Args)); in addDirective()
163 for (const MCLOHDirective &D : Directives) in getEmitSize()
172 for (const MCLOHDirective &D : Directives) in emit()
177 Directives.clear(); in reset()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDDependencyDirectivesScanner.h119 SmallVectorImpl<dependency_directives_scan::Directive> &Directives,
135 ArrayRef<dependency_directives_scan::Directive> Directives,
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDirectiveEmitter.cpp147 HasDuplicateClausesInDirectives(const std::vector<Record *> &Directives) { in HasDuplicateClausesInDirectives() argument
149 for (const auto &D : Directives) { in HasDuplicateClausesInDirectives()
509 std::vector<Record *> Directives = DirLang.getDirectives(); in EmitLeafTable() local
512 for (auto [Idx, Rec] : llvm::enumerate(Directives)) in EmitLeafTable()
519 std::vector<LeafList> LeafTable(Directives.size()); in EmitLeafTable()
520 for (auto [Idx, Rec] : llvm::enumerate(Directives)) { in EmitLeafTable()
555 std::vector<int> Ordering(Directives.size()); in EmitLeafTable()
583 for (size_t I = 0, E = Directives.size(); I != E; ++I) { in EmitLeafTable()
585 OS << " {" << GetDirectiveName(DirLang, Directives[Leaves[0]]); in EmitLeafTable()
590 OS << ' ' << GetDirectiveName(DirLang, Directives[Leaves[I]]) << ','; in EmitLeafTable()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDDependencyDirectivesScanner.cpp84 bool scan(SmallVectorImpl<Directive> &Directives);
943 bool Scanner::scan(SmallVectorImpl<Directive> &Directives) { in scan() argument
957 Directives.emplace_back(DirWithToks.Kind, in scan()
968 SmallVectorImpl<Directive> &Directives, DiagnosticsEngine *Diags, in scanSourceForDependencyDirectives() argument
970 return Scanner(Input, Tokens, Diags, InputSourceLoc).scan(Directives); in scanSourceForDependencyDirectives()
975 ArrayRef<dependency_directives_scan::Directive> Directives, in printDependencyDirectivesAsSource() argument
998 for (const dependency_directives_scan::Directive &Directive : Directives) { in printDependencyDirectivesAsSource()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
HDDependencyScanningFilesystem.h97 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens() local
98 if (Directives->has_value()) in getDirectiveTokens()
99 return ArrayRef<dependency_directives_scan::Directive>(**Directives); in getDirectiveTokens()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningFilesystem.cpp64 SmallVector<dependency_directives_scan::Directive, 64> Directives; in ensureDirectiveTokensArePopulated() local
69 Directives)) { in ensureDirectiveTokensArePopulated()
81 new std::optional<DependencyDirectivesTy>(std::move(Directives))); in ensureDirectiveTokensArePopulated()
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDConfig.h46 Directives, enumerator
HDDriverUtils.cpp659 case ExportSource::Directives: in exportSourceName()
738 if (existing->source == ExportSource::Directives) { in fixupExports()
HDDriver.cpp386 exp.source = ExportSource::Directives; in parseDirectives()
2409 if (e.source != ExportSource::Directives) in linkerMain()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp1177 llvm::SmallVector<dependency_directives_scan::Directive, 32> Directives; in ExecuteAction() local
1179 FromFile.getBuffer(), Tokens, Directives, &CI.getDiagnostics(), in ExecuteAction()
1198 printDependencyDirectivesAsSource(FromFile.getBuffer(), Directives, in ExecuteAction()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td222 // OpenMP Directives.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPC.td22 // CPU Directives //
/freebsd-14-stable/crypto/openssl/doc/man5/
HDconfig.pod28 =head2 Directives section in SYNTAX
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPKinds.def17 /// OpenMP Directives, combined directives and Clauses