Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
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: [ ]
60 # INVALID-NEXT: - Name: .gnu.hash.hashvalues.ok
67 # INVALID-NEXT: HashValues: [ 0x0 ]
68 # INVALID-NEXT: - Name: .gnu.hash.hashvalues.fail
98 HashValues: []
110 HashValues: []
122 HashValues: []
[all …]
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
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 …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp95 TpiHashVerifier(FixedStreamArray<support::ulittle32_t> &HashValues, in TpiHashVerifier() argument
97 : HashValues(HashValues), NumHashBuckets(NumHashBuckets) {} in TpiHashVerifier()
120 if (Hash % NumHashBuckets != HashValues[Index]) in verify()
129 if (Hash % NumHashBuckets != HashValues[Index]) in verifySourceLine()
140 FixedStreamArray<support::ulittle32_t> HashValues; member in __anonec77f8f20211::TpiHashVerifier
150 TpiHashVerifier Verifier(HashValues, Header->NumHashBuckets); in verifyHashValues()
204 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
255 return HashValues; in getHashValues()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.h31 FixedStreamArray<support::ulittle32_t> HashValues, in MinimalTypeDumpVisitor() argument
35 HashValues(HashValues), Stream(Stream) {} in MinimalTypeDumpVisitor()
64 FixedStreamArray<support::ulittle32_t> HashValues; variable
DMinimalTypeDumper.cpp231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin()
234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
147 if (HashValues.empty()) in buildHashMap()
155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
231 return HashValues; in getHashValues()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
147 if (HashValues.empty()) in buildHashMap()
155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
231 return HashValues; in getHashValues()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnuhash.test40 HashValues: [0x8, 0x9, 0xA, 0xB]
95 HashValues: [ 0x0 ]
143 HashValues: [ 0x3 ]
195 HashValues: [ 0x0 ]
264 HashValues: [ ]
Dhash-histogram.test48 HashValues: [ 0x0B887388, 0xECD54542, 0x7C92E3BB, 0x1C5871D9 ]
242 HashValues: [ 0x0B887388 ]
293 HashValues: [ 0x0 ]
353 HashValues: [ 0x0 ]
398 HashValues: [ 0x0 ]
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 ]
/external/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go116 hashValues, err := fetchColumn(srv, spreadsheet, sheet, hashColumnIndex)
120 hashValues = hashValues[1:] // Skip header
122 hashIndices := listToMap(hashValues)
125 rowInsertionPoint := 1 + len(hashValues)
/external/llvm-project/llvm/test/ObjectYAML/CodeView/
Dsections.yaml25 HashValues:
78 # CHECK: HashValues:
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h63 codeview::FixedStreamArray<support::ulittle32_t> HashValues; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h86 FixedStreamArray<support::ulittle32_t> HashValues; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h86 FixedStreamArray<support::ulittle32_t> HashValues; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1072 IO.mapOptional("HashValues", Section.HashValues); in sectionMapping()
1398 !Sec->HashBuckets && !Sec->HashValues) in validate()
1403 Sec->HashValues) { in validate()
1405 !Sec->HashValues) in validate()
1407 "\"HashBuckets\" and \"HashValues\" must be used together"; in validate()
1410 "\"HashBuckets\" and \"HashValues\" can't be used together with " in validate()
DCodeViewYAMLTypeHashing.cpp32 io.mapOptional("HashValues", DebugH.Hashes); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp32 io.mapOptional("HashValues", DebugH.Hashes); in mapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h367 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member
375 {"HashValues", HashValues.hasValue()}}; in getEntries()
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-hashes-2.yaml251 HashValues:
Dpdb-hashes-1.yaml317 HashValues:
/external/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
Delf-dwarf.yaml151 HashValues: [ ]
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll278 ; YAML: HashValues:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h310 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member
/external/python/cpython3/Lib/test/
Dtest_set.py725 hashvalues = set()
726 addhashvalue = hashvalues.add
730 self.assertEqual(len(hashvalues), 2**n)

12