Home
last modified time | relevance | path

Searched defs:Items (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample()
75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp99 llvm::SmallVector<SegmentEntry> Items; in readSegmentEntries() local
114 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; in readMemInfoBlocksV3() local
144 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; in readMemInfoBlocksV4() local
174 CallStackMap Items; in readStackInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h98 ArrayRef<T> Items; global() variable
H A DOnDiskHashTable.h367 const unsigned char *Items = Base + Offset; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h64 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine()
67 template <typename... Ts> void format(const char *Fmt, Ts &&...Items) { in format()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.h41 std::vector<PairType> Items; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h482 template <typename... Args> inline size_t join_items_size(Args &&...Items) {
508 inline std::string join_items(Sep Separator, Args &&... Items) {
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h108 ArrayTy Items; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp656 ArrayRef<const Record *> Items) { in collectEnumEntries()
683 GenericTable &Table, ArrayRef<const Record *> Items) { in collectTableEntries()
868 ArrayRef<const Record *> Items = in run() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp87 llvm::SmallVector<DynTypedNode, 1> Items; member in ParentMapContext::ParentMap::ParentVector
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp598 TopLevelItems Items; member
623 TopLevelItems Items; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp270 static constexpr size_t Items = LastRelocation + 1; member in llvm::jitlink::aarch32::__anon04557b110111::FixupInfoTable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp393 std::vector<Type *> Items; in populateSwMetadataGlobal() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3595 std::vector<StringRef> Items = R->getValueAsListOfStrings(ListName); in GenerateTargetSpecificAttrCheck() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5129 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; in ComputeNumSignBits() local