Home
last modified time | relevance | path

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

12

/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, global() enumerator
/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h58 getCalleeSavedSpillSlots(unsigned & NumEntries) getCalleeSavedSpillSlots() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h58 unsigned NumEntries = 0; variable
H A DTargetFrameLowering.h184 getCalleeSavedSpillSlots(unsigned & NumEntries) getCalleeSavedSpillSlots() argument
/llvm-project/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp33 unsigned NumEntries = in onEvent() local
/llvm-project/clang/include/clang/Lex/
H A DHeaderMapTypes.h33 uint32_t NumEntries; // Number of entries in the string table. member
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h94 getCalleeSavedSpillSlots(unsigned & NumEntries) getCalleeSavedSpillSlots() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h40 void reserve(size_type NumEntries) { in reserve() argument
56 unsigned NumEntries = getNumEntries(); in clear() local
279 getMinBucketToReserveForEntries(unsigned NumEntries) getMinBucketToReserveForEntries() argument
577 unsigned NumEntries = 0; global() variable
[all...]
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp226 size_t NumEntries, in op_write_debug_line_info()
/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h153 unsigned NumEntries = 0; in printEHFrameHdr() local
/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h103 void reserve(size_type NumEntries) { in reserve() argument
127 unsigned NumEntries = getNumEntries(); clear() local
429 getMinBucketToReserveForEntries(unsigned NumEntries) getMinBucketToReserveForEntries() argument
766 unsigned NumEntries; global() variable
937 unsigned NumEntries : 31; global() variable
[all...]
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve()
/llvm-project/llvm/lib/Support/
H A DStringMap.cpp22 static inline unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp162 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer() local
/llvm-project/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp205 LLVM_DEBUG(dbgs() << "Writing " << NumEntries << " entries for 0x" in writeMaps() local
360 const uint32_t NumEntries = DE.getULEB128(&Offset, &Err); parseMaps() local
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dcompression.cpp137 void runPackUnpack(uintptr_t *Test, size_t NumEntries) { in runPackUnpack()
/llvm-project/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp843 const size_t NumEntries = fixCFG() local
863 const size_t NumEntries = fixCFG() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp150 int64_t NumEntries = j - i + 1; findJumpTables() local
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp653 uint32_t NumEntries = DIC.datasize / sizeof(MachO::data_in_code_entry); in dumpDataInCode() local
/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp148 uint32_t NumEntries; in dumpCXXData() member
/llvm-project/bolt/runtime/
H A Dinstr.cpp359 uint32_t NumEntries, MapEntry *Entries, Args... args) { in forEachElement()
386 const uint32_t NumEntries = CurLevel == 0 ? InitialSize : IncSize; in getEntry() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp368 unsigned NumEntries = 1 + SrcRD->getNumVBases(); getAddrOfVirtualDisplacementMap() local
743 getCatchableTypeArrayType(uint32_t NumEntries) getCatchableTypeArrayType() argument
4360 uint32_t NumEntries = CatchableTypes.size(); getCatchableTypeArray() local
4397 uint32_t NumEntries = getThrowInfo() local
[all...]
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp375 std::optional<uint32_t> NumEntries = this->readU32FromAccel(DataOffset); in equal_range() local
/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp197 SaturatingUINT64 NumEntries = 0; member

12