Home
last modified time | relevance | path

Searched refs:HashBuckets (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp58 uint32_t LastBucketIndex = GlobalsTable.HashBuckets.size() - 1; in findRecordsByName()
60 GlobalsTable.HashBuckets[CompressedBucketIndex] / 12; in findRecordsByName()
63 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()
128 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets, in readGSIHashBuckets() argument
163 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
DGSIStreamBuilder.cpp51 std::vector<support::ulittle32_t> HashBuckets; member
126 Size += HashBuckets.size() * sizeof(uint32_t); in calculateSerializedLength()
135 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit()
144 if (auto EC = Writer.writeArray(makeArrayRef(HashBuckets))) in commit()
279 HashBuckets.push_back(ChainStartOff); in finalizeBuckets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp58 uint32_t LastBucketIndex = GlobalsTable.HashBuckets.size() - 1; in findRecordsByName()
60 GlobalsTable.HashBuckets[CompressedBucketIndex] / 12; in findRecordsByName()
63 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()
128 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets, in readGSIHashBuckets() argument
163 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
DGSIStreamBuilder.cpp56 std::vector<support::ulittle32_t> HashBuckets; member
83 Size += HashBuckets.size() * sizeof(uint32_t); in calculateSerializedLength()
99 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit()
108 if (auto EC = Writer.writeArray(makeArrayRef(HashBuckets))) in commit()
167 HashBuckets.push_back(ChainStartOff); in finalizeBuckets()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h42 return HashBuckets; in getHashBuckets()
63 codeview::FixedStreamArray<support::ulittle32_t> HashBuckets; variable
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnuhash.test39 HashBuckets: [0x5, 0x6, 0x7]
94 HashBuckets: [ 0x0 ]
142 HashBuckets: [ 0x2 ]
194 HashBuckets: [ 0x0 ]
263 HashBuckets: [ 0x0 ]
Dhash-histogram.test47 HashBuckets: [ 0x00000001, 0x00000004, 0x00000000 ]
241 HashBuckets: [ 0x00000001, 0x00000004, 0x00000000 ]
292 HashBuckets: [ 0x0 ]
352 HashBuckets: [ [[VAL]] ]
397 HashBuckets: [ 0x0 ]
Dhash-symbols.test64 HashBuckets: [ 0x0, 0x2, 0x4 ]
222 HashBuckets: [ 0x0, 0x2, 0x4 ]
498 HashBuckets: [0x5, 0x6, 0x7]
618 HashBuckets: [ 0x1 ]
674 HashBuckets: [ 0x0, [[VALUE]], 0x1 ]
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h55 FixedStreamArray<support::ulittle32_t> HashBuckets; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h55 FixedStreamArray<support::ulittle32_t> HashBuckets; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp131 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in reload()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h366 Optional<std::vector<llvm::yaml::Hex32>> HashBuckets; member
374 {"HashBuckets", HashBuckets.hasValue()}, in getEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1071 IO.mapOptional("HashBuckets", Section.HashBuckets); in sectionMapping()
1398 !Sec->HashBuckets && !Sec->HashValues) in validate()
1402 if (Sec->Header || Sec->BloomFilter || Sec->HashBuckets || in validate()
1404 if (!Sec->Header || !Sec->BloomFilter || !Sec->HashBuckets || in validate()
DELFEmitter.cpp1270 support::endian::write<uint32_t>(OS, Section.HashBuckets->size(), in writeSectionContent()
1297 for (llvm::yaml::Hex32 Val : *Section.HashBuckets) in writeSectionContent()
1306 Section.HashBuckets->size() * 4 + in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1701 if (!Section.HashBuckets) in writeSectionContent()
1714 CBA.write<uint32_t>(Section.HashBuckets->size(), ELFT::TargetEndianness); in writeSectionContent()
1735 for (llvm::yaml::Hex32 Val : *Section.HashBuckets) in writeSectionContent()
1744 Section.HashBuckets->size() * 4 + in writeSectionContent()
DELFYAML.cpp1194 IO.mapOptional("HashBuckets", Section.HashBuckets); in sectionMapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h309 Optional<std::vector<llvm::yaml::Hex32>> HashBuckets; member
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1293 S->HashBuckets.emplace(NBuckets); in dumpGnuHashSection()
1294 for (llvm::yaml::Hex32 &Val : *S->HashBuckets) in dumpGnuHashSection()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1836 for (uint32_t Hash : Table.HashBuckets) in dumpSymbolsFromGSI()