/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 43 std::vector<LocallyHashedType> Hashes; in hashTypes() local 44 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes() 46 Hashes.push_back(hashType(R)); in hashTypes() 48 return Hashes; in hashTypes() 53 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() local 54 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection() 55 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 57 return Hashes; in hashTypeCollection() 110 std::vector<GloballyHashedType> Hashes; in hashTypes() local 112 Hashes.push_back(hashType(R, Hashes, Hashes)); in hashTypes() [all …]
|
D | TypeStreamMerger.h | 92 ArrayRef<GloballyHashedType> Hashes); 97 ArrayRef<GloballyHashedType> Hashes); 102 ArrayRef<GloballyHashedType> Hashes);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 85 ArrayRef<GloballyHashedType> Hashes); 89 ArrayRef<GloballyHashedType> Hashes); 91 ArrayRef<GloballyHashedType> Hashes); 274 ArrayRef<GloballyHashedType> Hashes) { in mergeTypeRecords() argument 277 GlobalHashes = Hashes; in mergeTypeRecords() 285 ArrayRef<GloballyHashedType> Hashes) { in mergeIdRecords() argument 289 GlobalHashes = Hashes; in mergeIdRecords() 297 ArrayRef<GloballyHashedType> Hashes) { in mergeTypesAndIds() argument 301 GlobalHashes = Hashes; in mergeTypesAndIds() 429 ArrayRef<GloballyHashedType> Hashes) { in mergeTypeAndIdRecords() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 47 static ArrayRef<uint8_t> hash_of(ArrayRef<GloballyHashedType> Hashes, in hash_of() argument 49 return Hashes[TI.toArrayIndex()].Hash; in hash_of() 52 static void verifyHashUniqueness(ArrayRef<GloballyHashedType> Hashes) { in verifyHashUniqueness() argument 53 assert(!Hashes.empty()); in verifyHashUniqueness() 55 for (size_t I = 0; I < Hashes.size() - 1; ++I) { in verifyHashUniqueness() 56 for (size_t J = I + 1; J < Hashes.size(); ++J) { in verifyHashUniqueness() 57 EXPECT_NE(Hashes[I].Hash, Hashes[J].Hash); in verifyHashUniqueness()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.h | 27 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() argument 30 : P(P), Width(Width), RecordBytes(RecordBytes), Hashes(Hashes), in MinimalTypeDumpVisitor() 55 bool Hashes = false; variable
|
D | MinimalTypeDumper.cpp | 200 if (!Hashes) { in visitTypeBegin()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypeHashing.cpp | 33 io.mapOptional("HashValues", DebugH.Hashes); in mapping() 62 DHS.Hashes.emplace_back(S); in fromDebugH() 70 uint32_t Size = 8 + 8 * DebugH.Hashes.size(); in toDebugH() 79 for (const auto &H : DebugH.Hashes) { in toDebugH()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLTypeHashing.h | 47 std::vector<GlobalHash> Hashes; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 273 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping() local 275 Hashes.push_back(hash_value(BreakDown[Idx])); in hashValueMapping() 276 return hash_combine_range(Hashes.begin(), Hashes.end()); in hashValueMapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | basic-lto-linking-x86.test | 207 CHECK-NEXT: Hashes count: 7 300 CHECK-NEXT: Hashes count: 2 356 CHECK-NEXT: Hashes count: 0 377 CHECK-NEXT: Hashes count: 0
|
D | objc.test | 19 CHECK-NEXT: Hashes count: 2
|
/external/honggfuzz/tools/ |
D | createStackBlacklist.sh | 37 * Hashes gather mode requires all argument to be set
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 25 CHECK: Hashes count = 42
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 242 HashList Hashes; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 26 CHECK: Hashes count: 42
|
/external/llvm/test/DebugInfo/Generic/ |
D | accel-table-hash-collisions.ll | 26 ; CHECK: Hashes count = 6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | accel-table-hash-collisions.ll | 27 ; CHECK: Hashes count: 6
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 171 HashList Hashes; variable
|
/external/openssh/ |
D | PROTOCOL.krl | 139 is obtained by taking the SHA1 hash of the public key blob. Hashes in
|