Home
last modified time | relevance | path

Searched refs:HashValues (Results 1 – 20 of 20) sorted by relevance

/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()
DDumpOutputStyle.cpp1312 FixedStreamArray<support::ulittle32_t> HashValues, in dumpFullTypeStream() argument
1319 NumHashBuckets, HashValues, Stream); in dumpFullTypeStream()
/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/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/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h367 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member
375 {"HashValues", HashValues.hasValue()}}; in getEntries()
/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()
DELFEmitter.cpp1301 for (llvm::yaml::Hex32 Val : *Section.HashValues) in writeSectionContent()
1307 Section.HashValues->size() * 4; in writeSectionContent()
/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/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1297 S->HashValues.emplace((Data.getData().size() - Cur.tell()) / 4); in dumpGnuHashSection()
1298 for (llvm::yaml::Hex32 &Val : *S->HashValues) in dumpGnuHashSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1739 for (llvm::yaml::Hex32 Val : *Section.HashValues) in writeSectionContent()
1745 Section.HashValues->size() * 4; in writeSectionContent()
DELFYAML.cpp1195 IO.mapOptional("HashValues", Section.HashValues); in sectionMapping()