Searched refs:ArrayRef (Results 251 - 275 of 1734) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp16 #include "llvm/ADT/ArrayRef.h"
30 ArrayRef<StringRef> Filenames)
74 ArrayRef<CounterExpression> Expressions;
79 CounterExpressionsMinimizer(ArrayRef<CounterExpression> Expressions,
80 ArrayRef<CounterMappingRegion> MappingRegions)
108 ArrayRef<CounterExpression> getExpressions() const { return UsedExpressions; }
135 static unsigned encodeCounter(ArrayRef<CounterExpression> Expressions,
146 static void writeCounter(ArrayRef<CounterExpression> Expressions, Counter C,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h159 ArrayRef<llvm::Value *> CapturedVars,
175 ArrayRef<llvm::Value *> CapturedVars,
262 ArrayRef<llvm::Value *> CapturedVars) override;
275 ArrayRef<llvm::Value *> CapturedVars,
314 ArrayRef<const Expr *> Privates,
315 ArrayRef<const Expr *> LHSExprs,
316 ArrayRef<const Expr *> RHSExprs,
317 ArrayRef<const Expr *> ReductionOps,
344 ArrayRef<llvm::Value *> Args = llvm::None) const override;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h14 #include "llvm/ADT/ArrayRef.h"
143 ArrayRef<Chunk *> getChunks() { return chunks; }
144 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; }
145 ArrayRef<SectionChunk *> getSXDataChunks() { return sxDataChunks; }
146 ArrayRef<SectionChunk *> getGuardFidChunks() { return guardFidChunks; }
147 ArrayRef<SectionChunk *> getGuardLJmpChunks() { return guardLJmpChunks; }
148 ArrayRef<Symbol *> getSymbols() { return symbols; }
150 ArrayRef<uint8_t> getDebugSection(StringRef secName);
209 ArrayRef<uint8_t> debugTypes;
375 ArrayRef<Symbo
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.h51 ArrayRef<llvm::MachO::section_64> sectionHeaders;
57 void parseSections(ArrayRef<llvm::MachO::section_64>);
59 void parseSymbols(ArrayRef<lld::structs::nlist_64> nList, const char *strtab,
H A DSymbolTable.h36 ArrayRef<Symbol *> getSymbols() const { return symVector; }
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp37 llvm::ArrayRef<uint8_t> gpregset_data)
78 llvm::ArrayRef<lldb_private::CoreNote>());
88 llvm::ArrayRef<lldb_private::CoreNote>());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h141 ArrayRef<Attribute::AttrKind> AttrKinds);
146 const Value *V, ArrayRef<Attribute::AttrKind> AttrKinds,
156 const Value *V, ArrayRef<Attribute::AttrKind> AttrKinds,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h116 llvm::ArrayRef<ImporterSource> Sources);
131 void AddSources(llvm::ArrayRef<ImporterSource> Sources);
140 void RemoveSources(llvm::ArrayRef<ImporterSource> Sources);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h119 llvm::ArrayRef<std::string> getInsertedHeaders() const {
123 llvm::ArrayRef<std::string> getRemovedHeaders() const {
184 llvm::ArrayRef<AtomicChange> Changes,
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp35 ArrayRef<StoredDiagnostic> diags,
45 for (ArrayRef<StoredDiagnostic>::iterator
81 for (ArrayRef<StoredDiagnostic>::iterator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.h65 ArrayRef<Builtin::Info> getTargetBuiltins() const override;
78 ArrayRef<const char *> getGCCRegNames() const override;
80 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override {
H A DRISCV.h58 ArrayRef<Builtin::Info> getTargetBuiltins() const override { return None; }
66 ArrayRef<const char *> getGCCRegNames() const override;
77 ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override;
H A DSystemZ.cpp48 ArrayRef<const char *> SystemZTargetInfo::getGCCRegNames() const {
52 ArrayRef<TargetInfo::AddlRegName> SystemZTargetInfo::getGCCAddlRegNames() const {
150 ArrayRef<Builtin::Info> SystemZTargetInfo::getTargetBuiltins() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp48 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) {
59 ArrayRef<uint8_t> S;
67 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp101 ArrayRef<std::string> SourceFiles,
102 ArrayRef<FileCoverageSummary> FileReports,
120 void CoverageExporterLcov::renderRoot(ArrayRef<std::string> SourceFiles) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h141 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
142 ArrayRef<const MachineOperand *> BaseOps2,
148 llvm::ArrayRef<unsigned> Indices) const;
152 llvm::ArrayRef<unsigned> Indices) const;
175 ArrayRef<unsigned> Ops,
194 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
199 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
204 ArrayRef<MachineOperand> Cond, Register TrueReg,
252 ArrayRef<std::pair<unsigned, const char *>>
254 ArrayRef<st
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp42 ArrayRef<wasm::ValType> Types) {
54 void WebAssemblyTargetAsmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) {
107 void WebAssemblyTargetWasmStreamer::emitLocal(ArrayRef<wasm::ValType> Types) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h18 #include "llvm/ADT/ArrayRef.h"
915 ArrayRef<Value *> IdxList, unsigned Values,
918 ArrayRef<Value *> IdxList, unsigned Values,
921 void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr);
931 ArrayRef<Value *> IdxList,
947 ArrayRef<Value *> IdxList,
965 ArrayRef<Value *> IdxList,
972 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList,
982 ArrayRef<Value *> IdxList,
989 ArrayRef<Valu
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h57 #include "llvm/ADT/ArrayRef.h"
147 typedef ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> ModuleIdPath;
377 ArrayRef<QualType> Args);
684 ArrayRef<sema::FunctionScopeInfo*> getFunctionScopes() const {
700 ArrayRef<InventedTemplateParameterInfo> getInventedParameterInfos() const {
1968 ArrayRef<const NamedDecl *> Equiv);
2377 ArrayRef<BindingDecl *> Bindings = None);
2502 ArrayRef<Decl *> Group);
2508 void ActOnDocumentableDecls(ArrayRef<Decl *> Group);
2558 void DiagnoseUnusedParameters(ArrayRef<ParmVarDec
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h15 #include "llvm/ADT/ArrayRef.h"
42 llvm::ArrayRef<lldb::addr_t> args,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h25 llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
H A DOptionGroupWatchpoint.h26 llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
H A DOptions.h21 #include "llvm/ADT/ArrayRef.h"
102 virtual llvm::ArrayRef<OptionDefinition> GetDefinitions() {
103 return llvm::ArrayRef<OptionDefinition>();
244 virtual llvm::ArrayRef<OptionDefinition> GetDefinitions() = 0;
310 llvm::ArrayRef<OptionDefinition> GetDefinitions() override {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h18 #include "llvm/ADT/ArrayRef.h"
25 llvm::ArrayRef<lldb::addr_t> args,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp26 llvm::ArrayRef<OptionDefinition> OptionGroupArchitecture::GetDefinitions() {

Completed in 400 milliseconds

<<11121314151617181920>>