Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h74 offset_type NumEntries; variable
275 const typename Info::offset_type NumEntries; variable
308 offset_type NumEntries = in readNumBucketsAndEntries() local
451 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base()
496 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
506 key_iterator(const unsigned char *const Ptr, offset_type NumEntries, in key_iterator()
552 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEFrameLowering.h58 getCalleeSavedSpillSlots(unsigned &NumEntries) const override { in getCalleeSavedSpillSlots()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h61 unsigned NumEntries = 0; variable
H A DTargetFrameLowering.h182 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h103 void reserve(size_type NumEntries) { in reserve()
127 unsigned NumEntries = getNumEntries(); in clear() local
386 unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
723 unsigned NumEntries; variable
894 unsigned NumEntries : 31; variable
H A DMapVector.h65 void reserve(size_type NumEntries) { in reserve()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp33 unsigned NumEntries = in onEvent() local
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderMapTypes.h33 uint32_t NumEntries; // Number of entries in the string table. member
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h90 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h54 NumEntries, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp226 size_t NumEntries, in op_write_debug_line_info()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h154 unsigned NumEntries = 0; in printEHFrameHdr() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStringMap.cpp21 static inline unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp150 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dcompression.cpp137 void runPackUnpack(uintptr_t *Test, size_t NumEntries) { in runPackUnpack()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp149 int64_t NumEntries = j - i + 1; in findJumpTables() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp653 uint32_t NumEntries = DIC.datasize / sizeof(MachO::data_in_code_entry); in dumpDataInCode() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp406 uint32_t NumEntries = ProfileSummaryBuilder::DefaultCutoffs.size(); in writeImpl() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp148 uint32_t NumEntries; in dumpCXXData() member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp360 unsigned NumEntries = 1 + SrcRD->getNumVBases(); in getAddrOfVirtualDisplacementMap() local
733 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) { in getCatchableTypeArrayType()
4360 uint32_t NumEntries = CatchableTypes.size(); in getCatchableTypeArray() local
4397 uint32_t NumEntries = in getThrowInfo() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h637 uint64_t NumEntries; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1371 unsigned NumEntries = 0; in verifyNameIndexEntries() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp3609 uint32_t NumEntries, in mangleCXXThrowInfo()
3625 QualType T, uint32_t NumEntries, raw_ostream &Out) { in mangleCXXCatchableTypeArray()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1603 uint32_t NumEntries = ExportTable->NumberOfNamePointers; in getSymbolName() local

12