| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | EnumTables.h | 21 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames(); 22 ArrayRef<EnumEntry<TypeLeafKind>> getTypeLeafNames(); 25 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames(); 26 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames(); 32 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames(); 37 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames(); 38 ArrayRef<EnumEntry<COFF::SectionCharacteristics>> 43 ArrayRef<EnumEntry<uint16_t>> getMemberKindNames(); 44 ArrayRef<EnumEntry<uint8_t>> getPtrKindNames(); 45 ArrayRef<EnumEntry<uint8_t>> getPtrModeNames(); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ArrayRef.h | 126 ArrayRef(const ArrayRef<U *> &A, 135 /*implicit*/ ArrayRef( 339 : ArrayRef<T>(Vec) {} in MutableArrayRef() 343 : ArrayRef<T>(Vec) {} in MutableArrayRef() 517 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 522 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef() 549 inline bool operator==(ArrayRef<T> LHS, ArrayRef<T> RHS) { 559 inline bool operator!=(ArrayRef<T> LHS, ArrayRef<T> RHS) { 577 return ArrayRef<T>( 582 return ArrayRef<T>( [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 52 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>; 62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) { in SourcePred() 99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType() 106 auto Pred = [](ArrayRef<Value *>, const Value *V) { in anyType() 114 auto Pred = [](ArrayRef<Value *>, const Value *V) { in anyIntType() 122 auto Pred = [](ArrayRef<Value *>, const Value *V) { in anyFloatType() 130 auto Pred = [](ArrayRef<Value *>, const Value *V) { in anyPtrType() 133 auto Make = [](ArrayRef<Value *>, ArrayRef<Type *> Ts) { in anyPtrType() 152 auto Make = [](ArrayRef<Value *>, ArrayRef<Type *> Ts) { in sizedPtrType() 199 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchFirstType() [all …]
|
| H A D | RandomIRBuilder.h | 29 RandomIRBuilder(int Seed, ArrayRef<Type *> AllowedTypes) in RandomIRBuilder() 37 Value *findOrCreateSource(BasicBlock &BB, ArrayRef<Instruction *> Insts); 43 Value *findOrCreateSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, 44 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred); 46 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, 47 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred); 50 void connectToSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, Value *V); 52 void newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, Value *V); 53 Value *findPointer(BasicBlock &BB, ArrayRef<Instruction *> Insts, 54 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Minidump.h | 49 Expected<ArrayRef<uint8_t>> 71 Expected<ArrayRef<minidump::Module>> getModuleList() const { in getModuleList() 80 Expected<ArrayRef<minidump::Thread>> getThreadList() const { in getThreadList() 130 ArrayRef<uint8_t> Storage; 154 static Expected<ArrayRef<uint8_t>> getDataSlice(ArrayRef<uint8_t> Data, 161 static Expected<ArrayRef<T>> getDataSliceAs(ArrayRef<uint8_t> Data, 165 ArrayRef<minidump::Directory> Streams, in MinidumpFile() 170 ArrayRef<uint8_t> getData() const { in getData() 185 ArrayRef<minidump::Directory> Streams; 200 Expected<ArrayRef<T>> MinidumpFile::getDataSliceAs(ArrayRef<uint8_t> Data, in getDataSliceAs() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 69 Error writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws) { in writeUInt8s() 76 Error writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws) { in writeUInt16s() 83 Error writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws) { in writeUInt32s() 90 Error writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws) { in writeUInt64s() 97 Error writeBuffers(ArrayRef<tpctypes::BufferWrite> Ws) { in writeBuffers() 169 lookupSymbols(ArrayRef<LookupRequest> Request) = 0; 276 void writeUInt8s(ArrayRef<tpctypes::UInt8Write> Ws, 279 void writeUInt16s(ArrayRef<tpctypes::UInt16Write> Ws, 282 void writeUInt32s(ArrayRef<tpctypes::UInt32Write> Ws, 285 void writeUInt64s(ArrayRef<tpctypes::UInt64Write> Ws, [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 82 ArrayRef<TypeIndex> TypeSourceToDest, 91 ArrayRef<GloballyHashedType> Hashes, 94 ArrayRef<TypeIndex> TypeSourceToDest, 96 ArrayRef<GloballyHashedType> Hashes); 98 ArrayRef<GloballyHashedType> Hashes, 135 ArrayRef<uint8_t> remapIndices(const CVType &OriginalType, 185 ArrayRef<GloballyHashedType> GlobalHashes; 189 ArrayRef<TypeIndex> TypeLookup; 345 ArrayRef<uint8_t> Buffer; in remapAllTypes() 375 ArrayRef<uint8_t> Result = DoSerialize(RemapStorage); in remapType() [all …]
|
| H A D | EnumTables.cpp | 460 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames() { in getProcSymFlagNames() 464 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames() { in getLocalFlagNames() 488 ArrayRef<EnumEntry<unsigned>> getCPUTypeNames() { in getCPUTypeNames() 504 ArrayRef<EnumEntry<uint8_t>> getThunkOrdinalNames() { in getThunkOrdinalNames() 508 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames() { in getTrampolineNames() 512 ArrayRef<EnumEntry<COFF::SectionCharacteristics>> 517 ArrayRef<EnumEntry<uint16_t>> getClassOptionNames() { in getClassOptionNames() 529 ArrayRef<EnumEntry<uint16_t>> getMemberKindNames() { in getMemberKindNames() 533 ArrayRef<EnumEntry<uint8_t>> getPtrKindNames() { in getPtrKindNames() 537 ArrayRef<EnumEntry<uint8_t>> getPtrModeNames() { in getPtrModeNames() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Program.cpp | 27 ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env, 28 ArrayRef<Optional<StringRef>> Redirects, 32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() 33 Optional<ArrayRef<StringRef>> Env, in ExecuteAndWait() 34 ArrayRef<Optional<StringRef>> Redirects, in ExecuteAndWait() 57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() 58 Optional<ArrayRef<StringRef>> Env, in ExecuteNoWait() 59 ArrayRef<Optional<StringRef>> Redirects, in ExecuteNoWait() 75 ArrayRef<const char *> Args) { in commandLineFitsWithinSystemLimits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Program.h | 79 findProgramByName(StringRef Name, ArrayRef<StringRef> Paths = {}); 107 ArrayRef<StringRef> Args, ///< An array of strings that are passed to the 110 Optional<ArrayRef<StringRef>> Env = None, ///< An optional vector of 114 ArrayRef<Optional<StringRef>> Redirects = {}, ///< 148 ProcessInfo ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, 149 Optional<ArrayRef<StringRef>> Env, 150 ArrayRef<Optional<StringRef>> Redirects = {}, 159 ArrayRef<StringRef> Args); 164 ArrayRef<const char *> Args); 232 ErrorOr<std::wstring> flattenWindowsCommandLine(ArrayRef<StringRef> Args);
|
| H A D | BinaryByteStream.h | 42 ArrayRef<uint8_t> &Buffer) override { in readBytes() 50 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk() 59 ArrayRef<uint8_t> data() const { return Data; } in data() 68 ArrayRef<uint8_t> Data; 101 ArrayRef<uint8_t> &Buffer) override { in readBytes() 106 ArrayRef<uint8_t> &Buffer) override { in readLongestContiguousChunk() 112 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() 149 ArrayRef<uint8_t> &Buffer) override { in readBytes() 157 void insert(uint32_t Offset, ArrayRef<uint8_t> Bytes) { in insert() 244 ArrayRef<uint8_t> &Buffer) override { in readBytes() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.h | 40 llvm::ArrayRef<uint8_t> range_ref; 42 Range(lldb::addr_t start, llvm::ArrayRef<uint8_t> range_ref) in Range() 55 llvm::ArrayRef<uint8_t> GetData(); 57 llvm::ArrayRef<uint8_t> GetStream(StreamType stream_type); 61 llvm::ArrayRef<minidump::Thread> GetThreads(); 63 llvm::ArrayRef<uint8_t> GetThreadContext(const LocationDescriptor &location); 65 llvm::ArrayRef<uint8_t> GetThreadContext(const minidump::Thread &td); 67 llvm::ArrayRef<uint8_t> GetThreadContextWow64(const minidump::Thread &td); 77 llvm::ArrayRef<minidump::Module> GetModuleList(); 89 llvm::ArrayRef<uint8_t> GetMemory(lldb::addr_t addr, size_t size);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 67 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() 70 ArrayRef<ResourceUse> UsedResources; 75 HWInstructionDispatchedEvent(const InstRef &IR, ArrayRef<unsigned> Regs, in HWInstructionDispatchedEvent() 81 ArrayRef<unsigned> UsedPhysRegs; 96 HWInstructionRetiredEvent(const InstRef &IR, ArrayRef<unsigned> Regs) in HWInstructionRetiredEvent() 101 ArrayRef<unsigned> FreedPhysRegs; 146 HWPressureEvent(GenericReason reason, ArrayRef<InstRef> Insts, 154 ArrayRef<InstRef> AffectedInstructions; 175 ArrayRef<unsigned> Buffers) {} in onReservedBuffers() 177 ArrayRef<unsigned> Buffers) {} in onReleasedBuffers()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.h | 58 void profileDstOps(ArrayRef<DstOp> Ops, GISelInstProfileBuilder &B) const { in profileDstOps() 65 void profileSrcOps(ArrayRef<SrcOp> Ops, GISelInstProfileBuilder &B) const { in profileSrcOps() 72 void profileEverything(unsigned Opc, ArrayRef<DstOp> DstOps, 73 ArrayRef<SrcOp> SrcOps, Optional<unsigned> Flags, 82 MachineInstrBuilder generateCopiesIfRequired(ArrayRef<DstOp> DstOps, 88 bool checkCopyToDefsPossible(ArrayRef<DstOp> DstOps); 94 MachineInstrBuilder buildInstr(unsigned Opc, ArrayRef<DstOp> DstOps, 95 ArrayRef<SrcOp> SrcOps,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Tokens.h | 192 llvm::ArrayRef<syntax::Token> expandedTokens() const { in expandedTokens() 233 llvm::Optional<llvm::ArrayRef<syntax::Token>> 234 spelledForExpanded(llvm::ArrayRef<syntax::Token> Expanded) const; 263 llvm::SmallVector<llvm::ArrayRef<syntax::Token>, 1> 264 expandedForSpelled(llvm::ArrayRef<syntax::Token> Spelled) const; 276 llvm::ArrayRef<syntax::Token> Spelled; 277 llvm::ArrayRef<syntax::Token> Expanded; 295 llvm::ArrayRef<syntax::Token> spelledTokens(FileID FID) const; 385 llvm::ArrayRef<syntax::Token> 387 llvm::ArrayRef<syntax::Token> [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 150 bool isKeyEqual(Record *IC, ArrayRef<unsigned> W, in isKeyEqual() 151 ArrayRef<unsigned> R) const { in isKeyEqual() 569 ArrayRef<unsigned> OperReads, 570 ArrayRef<unsigned> ProcIndices); 575 ArrayRef<SMLoc> Loc) const; 577 ArrayRef<STIPredicateFunction> getSTIPredicates() const { in getSTIPredicates() 623 void inferFromRW(ArrayRef<unsigned> OperWrites, ArrayRef<unsigned> OperReads, 636 ArrayRef<unsigned> ProcIndices); 638 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads, 639 ArrayRef<unsigned> ProcIndices); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Minidump.cpp | 17 Optional<ArrayRef<uint8_t>> 58 Optional<ArrayRef<uint8_t>> Stream = getRawStream(StreamType::MemoryInfoList); in getMemoryInfoList() 66 Expected<ArrayRef<uint8_t>> Data = in getMemoryInfoList() 75 Expected<ArrayRef<T>> MinidumpFile::getListStream(StreamType Type) const { in getListStream() 76 Optional<ArrayRef<uint8_t>> Stream = getRawStream(Type); in getListStream() 94 template Expected<ArrayRef<Module>> 96 template Expected<ArrayRef<Thread>> 98 template Expected<ArrayRef<MemoryDescriptor>> 101 Expected<ArrayRef<uint8_t>> 112 ArrayRef<uint8_t> Data = arrayRefFromStringRef(Source.getBuffer()); in create() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 22 template <typename T> class ArrayRef; variable 43 ArrayRef<Type *> InitArgTypes); 55 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, 67 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, 76 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values); 79 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DiagnosticRenderer.h | 79 ArrayRef<CharSourceRange> Ranges, 84 ArrayRef<CharSourceRange> Ranges) = 0; 89 ArrayRef<FixItHint> Hints) = 0; 111 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints); 114 ArrayRef<CharSourceRange> Ranges); 116 ArrayRef<CharSourceRange> Ranges, 117 ArrayRef<FixItHint> Hints); 133 StringRef Message, ArrayRef<CharSourceRange> Ranges, 134 ArrayRef<FixItHint> FixItHints,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 496 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps, in Create() 569 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create() 653 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) { in Create() 694 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps) { in Create() 769 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() 771 ArrayRef<Expr *> CopyOps, ArrayRef<Expr *> CopyArrayTemps, in Create() 841 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 903 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create() 904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() [all …]
|
| H A D | SelectorLocationsKind.cpp | 64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc() 70 ArrayRef<SourceLocation> SelLocs, in hasStandardSelLocs() 71 ArrayRef<T *> Args, in hasStandardSelLocs() 97 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() 98 ArrayRef<Expr *> Args, in hasStandardSelectorLocs() 106 ArrayRef<Expr *> Args, in getStandardSelectorLoc() 114 ArrayRef<SourceLocation> SelLocs, in hasStandardSelectorLocs() 115 ArrayRef<ParmVarDecl *> Args, in hasStandardSelectorLocs() 123 ArrayRef<ParmVarDecl *> Args, in getStandardSelectorLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.h | 30 ArrayRef<std::string> Filenames; 33 CoverageFilenamesSectionWriter(ArrayRef<std::string> Filenames); 42 ArrayRef<unsigned> VirtualFileMapping; 43 ArrayRef<CounterExpression> Expressions; 47 CoverageMappingWriter(ArrayRef<unsigned> VirtualFileMapping, in CoverageMappingWriter() 48 ArrayRef<CounterExpression> Expressions, in CoverageMappingWriter()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2754 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps, 3127 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3128 ArrayRef<Expr *> ReductionOps, ArrayRef<Expr *> CopyOps, 3402 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 3646 ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, 4224 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps); 5490 ArrayRef<ValueDecl *>(), ArrayRef<unsigned>(), ArrayRef<unsigned>(), in component_lists_end() 5733 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations, 6858 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations, 7028 ArrayRef<Expr *> Vars, ArrayRef<Expr *> PrivateVars, [all …]
|
| H A D | SelectorLocationsKind.h | 46 ArrayRef<SourceLocation> SelLocs, 47 ArrayRef<Expr *> Args, 59 ArrayRef<Expr *> Args, 64 ArrayRef<SourceLocation> SelLocs, 65 ArrayRef<ParmVarDecl *> Args, 77 ArrayRef<ParmVarDecl *> Args,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Object.h | 43 ArrayRef<uint8_t> getContents() const { in getContents() 49 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef() 55 ContentsRef = ArrayRef<uint8_t>(); in setOwnedContents() 60 ContentsRef = ArrayRef<uint8_t>(); in clearContents() 65 ArrayRef<uint8_t> ContentsRef; 70 AuxSymbol(ArrayRef<uint8_t> In) { in AuxSymbol() 75 ArrayRef<uint8_t> getRef() const { in getRef() 76 return ArrayRef<uint8_t>(Opaque, sizeof(Opaque)); in getRef() 99 ArrayRef<uint8_t> DosStub; 118 void addSymbols(ArrayRef<Symbol> NewSymbols); [all …]
|