Home
last modified time | relevance | path

Searched full:hashbuckets (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dgnu-hash-section.yaml38 ## Check we can use "Header", "BloomFilter", "HashBuckets" and "HashValues" keys to describe
97 HashBuckets: [0x5, 0x6, 0x7]
114 HashBuckets: [0x5, 0x6, 0x7]
118 ## Check we only can use "Header", "BloomFilter", "HashBuckets" and "HashValues" together.
125 # ERR: error: "Header", "BloomFilter", "HashBuckets" and "HashValues" must be used together
136 HashBuckets: []
150 HashBuckets: []
179 HashBuckets: []
212 ## "BloomFilter", "HashBuckets" nor "HashBuckets" were set.
230 ## Test that "Header", "BloomFilter", "HashBuckets" and "HashValues" can't be used together with th…
[all …]
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
Dgnu-hash-section.yaml3 ## Check that obj2yaml uses "Header", "BloomFilter", "HashBuckets" and "HashValues"
16 # FIELDS-NEXT: HashBuckets: [ 0x5, 0x6, 0x7 ]
32 HashBuckets: [0x5, 0x6, 0x7]
52 # INVALID-NEXT: HashBuckets: [ ]
66 # INVALID-NEXT: HashBuckets: [ ]
97 HashBuckets: []
109 HashBuckets: []
121 HashBuckets: []
/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()
261 // For each non-empty bucket, push the bucket start offset into HashBuckets in finalizeBuckets()
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-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/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h42 return HashBuckets; in getHashBuckets()
63 codeview::FixedStreamArray<support::ulittle32_t> HashBuckets; variable
/external/okio/okio/src/jvmMain/kotlin/okio/
DSegmentPool.kt65 private val hashBuckets: Array<AtomicReference<Segment?>> = Array(HASH_BUCKET_COUNT) { in <lambda>() constant
125 return hashBuckets[hashBucket] in firstRef()
/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()
1400 "\"HashBuckets\" and \"HashBuckets\" must be specified"; in validate()
1402 if (Sec->Header || Sec->BloomFilter || Sec->HashBuckets || in validate()
1404 if (!Sec->Header || !Sec->BloomFilter || !Sec->HashBuckets || in validate()
1407 "\"HashBuckets\" and \"HashValues\" must be used together"; in validate()
1410 "\"HashBuckets\" and \"HashValues\" can't be used together with " in validate()
DELFEmitter.cpp1263 // it is the number of entries in HashBuckets, but the "NBuckets" property can in writeSectionContent()
1270 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/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-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h366 Optional<std::vector<llvm::yaml::Hex32>> HashBuckets; member
374 {"HashBuckets", HashBuckets.hasValue()}, in getEntries()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp131 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in reload()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1701 if (!Section.HashBuckets) in writeSectionContent()
1708 // it is the number of entries in HashBuckets, but the "NBuckets" property can 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/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
Delf-dwarf.yaml150 HashBuckets: [ 0x00000000 ]
/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()