Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.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/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h119 SmallVectorImpl<dependency_directives_scan::Directive> &Directives,
135 ArrayRef<dependency_directives_scan::Directive> Directives,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.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/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.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/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.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/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.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/contrib/llvm-project/lld/COFF/
H A DConfig.h46 Directives, enumerator
H A DDriverUtils.cpp659 case ExportSource::Directives: in exportSourceName()
738 if (existing->source == ExportSource::Directives) { in fixupExports()
H A DDriver.cpp386 exp.source = ExportSource::Directives; in parseDirectives()
2409 if (e.source != ExportSource::Directives) in linkerMain()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.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/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td222 // OpenMP Directives.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td22 // CPU Directives //
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod28 =head2 Directives section in SYNTAX
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def17 /// OpenMP Directives, combined directives and Clauses
/freebsd/contrib/bmake/
H A Dbmake.cat11740 ++oo Directives, including for loops and conditionals and most of