| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIFunctionFrameStreamer.cpp | 37 ArrayRef<MCCFIInstruction> Directives; in updateReceiver() local 39 Directives = ArrayRef<MCCFIInstruction>(LastFrame->Instructions); in updateReceiver() 40 Directives = in updateReceiver() 41 Directives.drop_front(LastDirectiveIndex) in updateReceiver() 48 Receiver->emitInstructionAndDirectives(*MaybeLastInstruction, Directives); in updateReceiver() 52 Directives); in updateReceiver()
|
| H A D | DWARFCFIFunctionFrameAnalyzer.cpp | 24 const MCInst &Inst, ArrayRef<MCCFIInstruction> Directives) { in emitInstructionAndDirectives() argument 27 UIAs.back().update(Inst, Directives); in emitInstructionAndDirectives()
|
| H A D | DWARFCFIAnalysis.cpp | 126 ArrayRef<MCCFIInstruction> Directives) { in update() argument 134 for (auto &&Directive : Directives) in update()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCLinkerOptimizationHint.h | 142 SmallVector<MCLOHDirective, 32> Directives; variable 151 return Directives; in getDirectives() 157 Directives.push_back(MCLOHDirective(Kind, Args)); in addDirective() 164 for (const MCLOHDirective &D : Directives) in getEmitSize() 173 for (const MCLOHDirective &D : Directives) in emit() 178 Directives.clear(); in reset()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 120 SmallVectorImpl<dependency_directives_scan::Directive> &Directives, 136 ArrayRef<dependency_directives_scan::Directive> Directives,
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | DirectiveEmitter.cpp | 225 hasDuplicateClausesInDirectives(ArrayRef<const Record *> Directives) { in hasDuplicateClausesInDirectives() argument 227 for (const Directive Dir : Directives) { in hasDuplicateClausesInDirectives() 631 ArrayRef<const Record *> Directives = DirLang.getDirectives(); in emitLeafTable() local 634 for (auto [Idx, Rec] : enumerate(Directives)) in emitLeafTable() 641 std::vector<LeafList> LeafTable(Directives.size()); in emitLeafTable() 642 for (auto [Idx, Rec] : enumerate(Directives)) { in emitLeafTable() 680 std::vector<int> Ordering(Directives.size()); in emitLeafTable() 711 for (size_t I = 0, E = Directives.size(); I != E; ++I) { in emitLeafTable() 713 OS << " {" << Qual << getIdentifierName(Directives[Leaves[0]], Prefix); in emitLeafTable() 718 OS << ' ' << Qual << getIdentifierName(Directives[Leaves[I]], Prefix) in emitLeafTable()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 84 bool scan(SmallVectorImpl<Directive> &Directives); 1006 bool Scanner::scan(SmallVectorImpl<Directive> &Directives) { in scan() argument 1020 Directives.emplace_back(DirWithToks.Kind, in scan() 1031 SmallVectorImpl<Directive> &Directives, DiagnosticsEngine *Diags, in scanSourceForDependencyDirectives() argument 1033 return Scanner(Input, Tokens, Diags, InputSourceLoc).scan(Directives); in scanSourceForDependencyDirectives() 1038 ArrayRef<dependency_directives_scan::Directive> Directives, in printDependencyDirectivesAsSource() argument 1061 for (const dependency_directives_scan::Directive &Directive : Directives) { in printDependencyDirectivesAsSource()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/ |
| H A D | DWARFCFIFunctionFrameAnalyzer.h | 41 ArrayRef<MCCFIInstruction> Directives) override;
|
| H A D | DWARFCFIFunctionFrameReceiver.h | 45 ArrayRef<MCCFIInstruction> Directives) {} in emitInstructionAndDirectives() argument
|
| H A D | DWARFCFIAnalysis.h | 82 ArrayRef<MCCFIInstruction> Directives);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 98 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens() local 99 if (Directives->has_value()) in getDirectiveTokens() 100 return ArrayRef<dependency_directives_scan::Directive>(**Directives); in getDirectiveTokens()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 63 SmallVector<dependency_directives_scan::Directive, 64> Directives; in ensureDirectiveTokensArePopulated() local 68 Directives)) { in ensureDirectiveTokensArePopulated() 80 new std::optional<DependencyDirectivesTy>(std::move(Directives))); in ensureDirectiveTokensArePopulated()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 1205 llvm::SmallVector<dependency_directives_scan::Directive, 32> Directives; in ExecuteAction() local 1207 FromFile.getBuffer(), Tokens, Directives, &CI.getDiagnostics(), in ExecuteAction() 1226 printDependencyDirectivesAsSource(FromFile.getBuffer(), Directives, in ExecuteAction()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Config.h | 48 Directives, enumerator
|
| H A D | SymbolTable.cpp | 1162 case ExportSource::Directives: in exportSourceName() 1240 if (existing->source == ExportSource::Directives) { in fixupExports()
|
| H A D | Driver.cpp | 477 exp.source = ExportSource::Directives; in parseDirectives() 2553 if (e.source != ExportSource::Directives) in linkerMain()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 222 // OpenMP Directives.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 22 // CPU Directives //
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | config.pod | 28 =head2 Directives section in SYNTAX
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 17 /// OpenMP Directives, combined directives and Clauses
|
| /freebsd/contrib/bmake/ |
| H A D | bmake.cat1 | 1829 ++oo Directives, including for loops and conditionals and most of
|