Home
last modified time | relevance | path

Searched full:hashvalues (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/llvm/test/tools/obj2yaml/ELF/
H A Dgnu-hash-section.yaml3 ## Check that obj2yaml uses "Header", "BloomFilter", "HashBuckets" and "HashValues"
17 # FIELDS-NEXT: HashValues: [ 0x8, 0x9, 0xA, 0xB ]
33 HashValues: [0x8, 0x9, 0xA, 0xB]
53 # INVALID-NEXT: HashValues: [ ]
63 # INVALID-NEXT: - Name: .gnu.hash.hashvalues.ok
70 # INVALID-NEXT: HashValues: [ 0x0 ]
71 # INVALID-NEXT: - Name: .gnu.hash.hashvalues.fail
101 HashValues: []
113 HashValues: []
125 HashValues: []
[all …]
/llvm-project/llvm/test/tools/yaml2obj/ELF/
H A Dgnu-hash-section.yaml38 ## Check we can use "Header", "BloomFilter", "HashBuckets" and "HashValues" keys to describe
98 HashValues: [0x8, 0x9, 0xA, 0xB]
115 HashValues: [0x8, 0x9, 0xA, 0xB]
118 ## Check we only can use "Header", "BloomFilter", "HashBuckets" and "HashValues" together.
125 # ERR: error: "Header", "BloomFilter", "HashBuckets" and "HashValues" must be used together
137 HashValues: []
151 HashValues: []
165 HashValues: []
230 ## Test that "Header", "BloomFilter", "HashBuckets" and "HashValues" can't be used together with th…
234 # TOGETHER: error: "Header", "BloomFilter", "HashBuckets" and "HashValues" cannot be used with "Con…
[all …]
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.h31 FixedStreamArray<support::ulittle32_t> HashValues, in MinimalTypeDumpVisitor() argument
35 HashValues(HashValues), Stream(Stream) {} in MinimalTypeDumpVisitor()
64 FixedStreamArray<support::ulittle32_t> HashValues; variable
H A DMinimalTypeDumper.cpp236 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()
239 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp96 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
146 if (HashValues.empty()) in buildHashMap()
154 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
230 return HashValues; in getHashValues()
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dgnuhash.test40 HashValues: [0x8, 0x9, 0xA, 0xB]
95 HashValues: [ 0x0 ]
143 HashValues: [ 0x3 ]
195 HashValues: [ 0x0 ]
264 HashValues: [ ]
H A Dhash-histogram.test111 HashValues: [ 0x0B887388, 0xECD54542, 0x7C92E3BB, 0x1C5871D9 ]
305 HashValues: [ 0x0B887388 ]
356 HashValues: [ 0x0 ]
416 HashValues: [ 0x0 ]
461 HashValues: [ 0x0 ]
H A Dhash-symbols.test65 HashValues: [ 0x0B885C68, 0x0B886991, 0x0B886DF4, 0x0B8860CB ]
223 HashValues: [ 0x0B885C68, 0x0B886991, 0x0B886DF4, 0x0B8860CB ]
499 HashValues: [0x8, 0x9, 0xA, 0xB]
619 HashValues: [ 0x0 ]
675 HashValues: [ 0x0 ]
/llvm-project/llvm/test/ObjectYAML/CodeView/
H A Dsections.yaml25 HashValues:
78 # CHECK: HashValues:
/llvm-project/lldb/test/Shell/ObjectFile/ELF/
H A Dnull-jmprel.yaml69 HashValues: [ 0xEDDB6233 ]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h87 FixedStreamArray<support::ulittle32_t> HashValues; variable
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp30 io.mapOptional("HashValues", DebugH.Hashes); in mapping()
/llvm-project/llvm/test/tools/llvm-ifs/
H A Dread-elf-dynsym.test95 HashValues: [[GNUHASHVALUE]]
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-hashes-2.yaml251 HashValues:
H A Dpdb-hashes-1.yaml317 HashValues:
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h461 std::optional<std::vector<llvm::yaml::Hex32>> HashValues; member
469 {"HashValues", HashValues.has_value()}}; in getEntries()
/llvm-project/bolt/test/X86/Inputs/
H A Dplt-mold.yaml78 HashValues: [ ]
H A Dplt-got-sec.yaml125 HashValues: [ ]
H A Dplt-sec.yaml125 HashValues: [ ]
/llvm-project/lldb/test/API/functionalities/stats_api/
H A Dmain.yaml125 HashValues: [ ]
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-dwo.yaml147 HashValues: [ ]
H A Delf-dwarf.yaml158 HashValues: [ ]
/llvm-project/llvm/test/tools/llvm-symbolizer/
H A Ddata-location.yaml182 HashValues: [ 0xEE8502A, 0xEE85016, 0xC033991C, 0x61F7372E, 0xB88AB7F ]
/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/
H A Dextensions.test107 HashValues: [ 0x7C9A7F6B ]
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dglobal-type-hashes.ll310 ; YAML: HashValues:

12