Home
last modified time | relevance | path

Searched defs:NumEntries (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h74 offset_type NumEntries; variable
275 const typename Info::offset_type NumEntries; variable
309 offset_type NumEntries = in readNumBucketsAndEntries() local
455 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base()
500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
510 key_iterator(const unsigned char *const Ptr, offset_type NumEntries, in key_iterator()
556 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator()
H A DDXILABI.h71 NumEntries, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h58 getCalleeSavedSpillSlots(unsigned &NumEntries) const override { in getCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h58 unsigned NumEntries = 0; variable
H A DTargetFrameLowering.h185 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp33 unsigned NumEntries = in onEvent() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h40 void reserve(size_type NumEntries) { in reserve()
56 unsigned NumEntries = getNumEntries(); in clear() local
279 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
577 unsigned NumEntries = 0; variable
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMapTypes.h33 uint32_t NumEntries; // Number of entries in the string table. member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h94 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp226 size_t NumEntries, in op_write_debug_line_info()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h103 void reserve(size_type NumEntries) { in reserve()
127 unsigned NumEntries = getNumEntries(); in clear() local
429 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
766 unsigned NumEntries; variable
937 unsigned NumEntries : 31; variable
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h153 unsigned NumEntries = 0; in printEHFrameHdr() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp22 static inline unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp162 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp151 int64_t NumEntries = j - i + 1; in findJumpTables() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp148 uint32_t NumEntries; in dumpCXXData() member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp368 unsigned NumEntries = 1 + SrcRD->getNumVBases(); in getAddrOfVirtualDisplacementMap() local
743 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) { in getCatchableTypeArrayType()
4360 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray() local
4397 uint32_t NumEntries = in getThrowInfo() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp197 SaturatingUINT64 NumEntries = 0; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp375 std::optional<uint32_t> NumEntries = this->readU32FromAccel(DataOffset); in equal_range() local
H A DDWARFVerifier.cpp1593 unsigned NumEntries = 0; in verifyNameIndexEntries() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp883 uint32_t NumEntries = ProfileSummaryBuilder::DefaultCutoffs.size(); in writeImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h734 uint64_t NumEntries = 0; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3903 uint32_t NumEntries, in mangleCXXThrowInfo()
3919 QualType T, uint32_t NumEntries, raw_ostream &Out) { in mangleCXXCatchableTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1639 uint32_t NumEntries = ExportTable->NumberOfNamePointers; in getSymbolName() local

12