Home
last modified time | relevance | path

Searched refs:Hashes (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h43 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 …]
DTypeStreamMerger.h92 ArrayRef<GloballyHashedType> Hashes);
97 ArrayRef<GloballyHashedType> Hashes);
102 ArrayRef<GloballyHashedType> Hashes);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp85 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/
DTypeHashingTest.cpp47 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/
DMinimalTypeDumper.h27 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() argument
30 : P(P), Width(Width), RecordBytes(RecordBytes), Hashes(Hashes), in MinimalTypeDumpVisitor()
55 bool Hashes = false; variable
DMinimalTypeDumper.cpp200 if (!Hashes) { in visitTypeBegin()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp33 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/
DCodeViewYAMLTypeHashing.h47 std::vector<GlobalHash> Hashes; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp273 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/
Dbasic-lto-linking-x86.test207 CHECK-NEXT: Hashes count: 7
300 CHECK-NEXT: Hashes count: 2
356 CHECK-NEXT: Hashes count: 0
377 CHECK-NEXT: Hashes count: 0
Dobjc.test19 CHECK-NEXT: Hashes count: 2
/external/honggfuzz/tools/
DcreateStackBlacklist.sh37 * Hashes gather mode requires all argument to be set
/external/llvm/test/DebugInfo/
Ddwarfdump-accel.test25 CHECK: Hashes count = 42
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h242 HashList Hashes; variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-accel.test26 CHECK: Hashes count: 42
/external/llvm/test/DebugInfo/Generic/
Daccel-table-hash-collisions.ll26 ; CHECK: Hashes count = 6
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Daccel-table-hash-collisions.ll27 ; CHECK: Hashes count: 6
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h171 HashList Hashes; variable
/external/openssh/
DPROTOCOL.krl139 is obtained by taking the SHA1 hash of the public key blob. Hashes in