Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.cpp37 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 DDWARFCFIFunctionFrameAnalyzer.cpp24 const MCInst &Inst, ArrayRef<MCCFIInstruction> Directives) { in emitInstructionAndDirectives() argument
27 UIAs.back().update(Inst, Directives); in emitInstructionAndDirectives()
H A DDWARFCFIAnalysis.cpp126 ArrayRef<MCCFIInstruction> Directives) { in update() argument
134 for (auto &&Directive : Directives) in update()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h142 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 DDependencyDirectivesScanner.h120 SmallVectorImpl<dependency_directives_scan::Directive> &Directives,
136 ArrayRef<dependency_directives_scan::Directive> Directives,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp225 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 DDependencyDirectivesScanner.cpp84 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 DDWARFCFIFunctionFrameAnalyzer.h41 ArrayRef<MCCFIInstruction> Directives) override;
H A DDWARFCFIFunctionFrameReceiver.h45 ArrayRef<MCCFIInstruction> Directives) {} in emitInstructionAndDirectives() argument
H A DDWARFCFIAnalysis.h82 ArrayRef<MCCFIInstruction> Directives);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h98 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 DDependencyScanningFilesystem.cpp63 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 DFrontendActions.cpp1205 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 DConfig.h48 Directives, enumerator
H A DSymbolTable.cpp1162 case ExportSource::Directives: in exportSourceName()
1240 if (existing->source == ExportSource::Directives) { in fixupExports()
H A DDriver.cpp477 exp.source = ExportSource::Directives; in parseDirectives()
2553 if (e.source != ExportSource::Directives) in linkerMain()
/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.cat11829 ++oo Directives, including for loops and conditionals and most of