/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 95 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/ |
D | MinimalTypeDumper.h | 31 FixedStreamArray<support::ulittle32_t> HashValues, in MinimalTypeDumpVisitor() argument 35 HashValues(HashValues), Stream(Stream) {} in MinimalTypeDumpVisitor() 64 FixedStreamArray<support::ulittle32_t> HashValues; variable
|
D | MinimalTypeDumper.cpp | 231 if (Index.toArrayIndex() >= HashValues.size()) { in visitTypeBegin() 234 uint32_t Hash = HashValues[Index.toArrayIndex()]; in visitTypeBegin()
|
D | DumpOutputStyle.cpp | 1312 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/ |
D | TpiStream.cpp | 97 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/ |
D | TpiStream.cpp | 97 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/ |
D | gnuhash.test | 40 HashValues: [0x8, 0x9, 0xA, 0xB] 95 HashValues: [ 0x0 ] 143 HashValues: [ 0x3 ] 195 HashValues: [ 0x0 ] 264 HashValues: [ ]
|
D | hash-histogram.test | 48 HashValues: [ 0x0B887388, 0xECD54542, 0x7C92E3BB, 0x1C5871D9 ] 242 HashValues: [ 0x0B887388 ] 293 HashValues: [ 0x0 ] 353 HashValues: [ 0x0 ] 398 HashValues: [ 0x0 ]
|
D | hash-symbols.test | 65 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/ |
D | TpiStream.h | 63 codeview::FixedStreamArray<support::ulittle32_t> HashValues; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 86 FixedStreamArray<support::ulittle32_t> HashValues; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 86 FixedStreamArray<support::ulittle32_t> HashValues; variable
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 367 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member 375 {"HashValues", HashValues.hasValue()}}; in getEntries()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1072 IO.mapOptional("HashValues", Section.HashValues); in sectionMapping() 1398 !Sec->HashBuckets && !Sec->HashValues) in validate() 1403 Sec->HashValues) { in validate() 1405 !Sec->HashValues) in validate()
|
D | ELFEmitter.cpp | 1301 for (llvm::yaml::Hex32 Val : *Section.HashValues) in writeSectionContent() 1307 Section.HashValues->size() * 4; in writeSectionContent()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | global-type-hashes.ll | 278 ; YAML: HashValues:
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 310 Optional<std::vector<llvm::yaml::Hex32>> HashValues; member
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 1297 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/ |
D | ELFEmitter.cpp | 1739 for (llvm::yaml::Hex32 Val : *Section.HashValues) in writeSectionContent() 1745 Section.HashValues->size() * 4; in writeSectionContent()
|
D | ELFYAML.cpp | 1195 IO.mapOptional("HashValues", Section.HashValues); in sectionMapping()
|