| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | gnu-hash-section.yaml | 3 ## 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: [ ] 69 # INVALID-NEXT: HashBuckets: [ ] 100 HashBuckets: [] 112 HashBuckets: [] 124 HashBuckets: [] 136 HashBuckets: []
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.cpp | 59 uint32_t LastBucketIndex = GlobalsTable.HashBuckets.size() - 1; in findRecordsByName() 61 GlobalsTable.HashBuckets[CompressedBucketIndex] / 12; in findRecordsByName() 64 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName() 129 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets, in readGSIHashBuckets() argument 162 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets() 176 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
|
| H A D | GSIStreamBuilder.cpp | 52 std::vector<support::ulittle32_t> HashBuckets; member 127 Size += HashBuckets.size() * sizeof(uint32_t); in calculateSerializedLength() 136 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit() 145 if (auto EC = Writer.writeArray(makeArrayRef(HashBuckets))) in commit() 280 HashBuckets.push_back(ChainStartOff); in finalizeBuckets()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | gnu-hash-section.yaml | 38 ## 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. 250 HashBuckets: [] [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | gnuhash.test | 39 HashBuckets: [0x5, 0x6, 0x7] 94 HashBuckets: [ 0x0 ] 142 HashBuckets: [ 0x2 ] 194 HashBuckets: [ 0x0 ] 263 HashBuckets: [ 0x0 ]
|
| H A D | hash-histogram.test | 47 HashBuckets: [ 0x00000001, 0x00000004, 0x00000000 ] 241 HashBuckets: [ 0x00000001, 0x00000004, 0x00000000 ] 292 HashBuckets: [ 0x0 ] 352 HashBuckets: [ [[VAL]] ] 397 HashBuckets: [ 0x0 ]
|
| H A D | hash-symbols.test | 64 HashBuckets: [ 0x0, 0x2, 0x4 ] 222 HashBuckets: [ 0x0, 0x2, 0x4 ] 498 HashBuckets: [0x5, 0x6, 0x7] 618 HashBuckets: [ 0x1 ] 674 HashBuckets: [ 0x0, [[VALUE]], 0x1 ]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.h | 55 FixedStreamArray<support::ulittle32_t> HashBuckets; variable
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/ |
| H A D | null-jmprel.yaml | 68 HashBuckets: [ 0x1 ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | read-elf-dynsym.test | 94 HashBuckets: [0x0, 0x1]
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 432 Optional<std::vector<llvm::yaml::Hex32>> HashBuckets; member 440 {"HashBuckets", HashBuckets.has_value()}, in getEntries()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 1719 if (!Section.HashBuckets) in writeSectionContent() 1732 CBA.write<uint32_t>(Section.HashBuckets->size(), ELFT::TargetEndianness); in writeSectionContent() 1753 for (llvm::yaml::Hex32 Val : *Section.HashBuckets) in writeSectionContent() 1762 Section.HashBuckets->size() * 4 + in writeSectionContent()
|
| H A D | ELFYAML.cpp | 1392 IO.mapOptional("HashBuckets", Section.HashBuckets); in sectionMapping()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | data-location.yaml | 181 HashBuckets: [ 0x1 ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/ |
| H A D | elf-dwarf.yaml | 157 HashBuckets: [ 0x00000000 ]
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | plt-got-sec.yaml | 124 HashBuckets: [ 0x0 ]
|
| H A D | plt-sec.yaml | 124 HashBuckets: [ 0x0 ]
|
| H A D | plt-sec-8-byte.yaml | 90 HashBuckets: [ 0x0 ]
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 1324 S->HashBuckets.emplace(NBuckets); in dumpGnuHashSection() 1325 for (llvm::yaml::Hex32 &Val : *S->HashBuckets) in dumpGnuHashSection()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1735 for (uint32_t Hash : Table.HashBuckets) in dumpSymbolsFromGSI()
|