/llvm-project/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. 230 ## Test that "Header", "BloomFilter", "HashBuckets" and "HashValues" can't be used together with th… [all …]
|
/llvm-project/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/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GlobalsStream.cpp | 58 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, 161 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets() 175 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read() 129 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> & HashBuckets,FixedStreamArray<support::ulittle32_t> & HashBitmap,const GSIHashHeader * HashHdr,MutableArrayRef<int32_t> BucketMap,BinaryStreamReader & Reader) readGSIHashBuckets() argument
|
H A D | GSIStreamBuilder.cpp | 53 std::vector<support::ulittle32_t> HashBuckets; member 128 Size += HashBuckets.size() * sizeof(uint32_t); in calculateSerializedLength() 137 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit() 146 if (auto EC = Writer.writeArray(ArrayRef(HashBuckets))) in commit() 263 // For each non-empty bucket, push the bucket start offset into HashBuckets in finalizeBuckets() 281 HashBuckets.push_back(ChainStartOff); in finalizeBuckets()
|
/llvm-project/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 | 110 HashBuckets: [ 0x00000001, 0x00000004, 0x00000000 ] 304 HashBuckets: [ 0x00000001, 0x00000004, 0x00000000 ] 355 HashBuckets: [ 0x0 ] 415 HashBuckets: [ [[VAL]] ] 460 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/lldb/test/Shell/ObjectFile/ELF/ |
H A D | null-jmprel.yaml | 68 HashBuckets: [ 0x1 ]
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | GlobalsStream.h | 55 FixedStreamArray<support::ulittle32_t> HashBuckets; variable
|
/llvm-project/llvm/test/tools/llvm-ifs/ |
H A D | read-elf-dynsym.test | 94 HashBuckets: [0x0, 0x1]
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 460 std::optional<std::vector<llvm::yaml::Hex32>> HashBuckets; member 468 {"HashBuckets", HashBuckets.has_value()}, in getEntries()
|
/llvm-project/bolt/test/X86/Inputs/ |
H A D | plt-mold.yaml | 77 HashBuckets: [ 0x0 ]
|
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 ]
|
H A D | blarge_new.yaml | 114 HashBuckets: [ 0x0 ]
|
/llvm-project/lldb/test/API/functionalities/stats_api/ |
H A D | main.yaml | 124 HashBuckets: [ 0x0 ]
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | elf-dwo.yaml | 146 HashBuckets: [ 0x0 ]
|
H A D | elf-dwarf.yaml | 157 HashBuckets: [ 0x00000000 ]
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1859 if (!Section.HashBuckets) in writeSectionContent() 1866 // it is the number of entries in HashBuckets, but the "NBuckets" property can in writeSectionContent() 1872 CBA.write<uint32_t>(Section.HashBuckets->size(), ELFT::Endianness); in writeSectionContent() 1893 for (llvm::yaml::Hex32 Val : *Section.HashBuckets) in writeFill() 1902 Section.HashBuckets->size() * 4 + in writeFill()
|
H A D | ELFYAML.cpp | 1462 IO.mapOptional("HashBuckets", Section.HashBuckets); in sectionMapping()
|
/llvm-project/llvm/test/tools/llvm-symbolizer/ |
H A D | data-location.yaml | 181 HashBuckets: [ 0x1 ]
|
/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/ |
H A D | extensions.test | 106 HashBuckets: [ 0x6, 0x0 ]
|
/llvm-project/lldb/test/API/commands/target/debuginfo/ |
H A D | a.out.yaml | 90 HashBuckets: [ 0x0 ]
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 1401 S->HashBuckets.emplace(NBuckets); in dumpVerdefSection() 1402 for (llvm::yaml::Hex32 &Val : *S->HashBuckets) in dumpVerdefSection()
|