/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 74 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 D | DXILABI.h | 71 NumEntries, global() enumerator
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VEFrameLowering.h | 58 getCalleeSavedSpillSlots(unsigned & NumEntries) getCalleeSavedSpillSlots() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | NonRelocatableStringpool.h | 58 unsigned NumEntries = 0; variable
|
H A D | TargetFrameLowering.h | 184 getCalleeSavedSpillSlots(unsigned & NumEntries) getCalleeSavedSpillSlots() argument
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RetireControlUnitStatistics.cpp | 33 unsigned NumEntries = in onEvent() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderMapTypes.h | 33 uint32_t NumEntries; // Number of entries in the string table. member
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.h | 94 getCalleeSavedSpillSlots(unsigned & NumEntries) getCalleeSavedSpillSlots() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 40 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 D | OProfileWrapper.cpp | 226 size_t NumEntries, in op_write_debug_line_info()
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 153 unsigned NumEntries = 0; in printEHFrameHdr() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 103 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 D | MapVector.h | 64 void reserve(size_type NumEntries) { in reserve()
|
/llvm-project/llvm/lib/Support/ |
H A D | StringMap.cpp | 22 static inline unsigned getMinBucketToReserveForEntries(unsigned NumEntries) { in getMinBucketToReserveForEntries()
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_rawprofile.cpp | 162 const u64 NumEntries = StackIds.Size(); in SerializeMIBInfoToBuffer() local
|
/llvm-project/bolt/lib/Profile/ |
H A D | BoltAddressTranslation.cpp | 205 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 D | compression.cpp | 137 void runPackUnpack(uintptr_t *Test, size_t NumEntries) { in runPackUnpack()
|
/llvm-project/bolt/lib/Passes/ |
H A D | IndirectCallPromotion.cpp | 843 const size_t NumEntries = fixCFG() local 863 const size_t NumEntries = fixCFG() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 150 int64_t NumEntries = j - i + 1; findJumpTables() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 653 uint32_t NumEntries = DIC.datasize / sizeof(MachO::data_in_code_entry); in dumpDataInCode() local
|
/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 148 uint32_t NumEntries; in dumpCXXData() member
|
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 359 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 D | MicrosoftCXXABI.cpp | 368 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 D | DWARFAcceleratorTable.cpp | 375 std::optional<uint32_t> NumEntries = this->readU32FromAccel(DataOffset); in equal_range() local
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 197 SaturatingUINT64 NumEntries = 0; member
|