| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 44 std::vector<LocallyHashedType> Hashes; in hashTypes() local 45 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes() 47 Hashes.push_back(hashType(R)); in hashTypes() 49 return Hashes; in hashTypes() 54 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() local 55 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection() 56 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 58 return Hashes; in hashTypeCollection() 124 std::vector<GloballyHashedType> Hashes; in hashTypes() local 127 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() [all …]
|
| H A D | TypeStreamMerger.h | 99 ArrayRef<GloballyHashedType> Hashes, 105 ArrayRef<GloballyHashedType> Hashes, 111 ArrayRef<GloballyHashedType> Hashes);
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 92 ArrayRef<GloballyHashedType> Hashes, 97 ArrayRef<GloballyHashedType> Hashes); 99 ArrayRef<GloballyHashedType> Hashes, 274 ArrayRef<GloballyHashedType> Hashes, in mergeTypeRecords() argument 278 GlobalHashes = Hashes; in mergeTypeRecords() 287 ArrayRef<GloballyHashedType> Hashes) { in mergeIdRecords() argument 291 GlobalHashes = Hashes; in mergeIdRecords() 298 const CVTypeArray &IdsAndTypes, ArrayRef<GloballyHashedType> Hashes, in mergeTypesAndIds() argument 303 GlobalHashes = Hashes; in mergeTypesAndIds() 456 ArrayRef<GloballyHashedType> Hashes, in mergeTypeAndIdRecords() argument [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ConcurrentHashtable.h | 134 HashesPtr Hashes = new ExtHashBitsTy[InitialBucketSize]; in MultiThreadAllocator() local 135 memset(Hashes, 0, sizeof(ExtHashBitsTy) * InitialBucketSize); in MultiThreadAllocator() 141 BucketsArray[Idx].Hashes = Hashes; in MultiThreadAllocator() 162 delete[] BucketsArray[Idx].Hashes; in ~ConcurrentHashTableByPtr() 182 HashesPtr BucketHashes = CurBucket.Hashes; in insert() 286 HashesPtr Hashes = nullptr; member 312 HashesPtr SrcHashes = CurBucket.Hashes; in RehashBucket() 350 CurBucket.Hashes = DestHashes; in RehashBucket()
|
| /src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.h | 28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() argument 33 : P(P), Width(Width), RecordBytes(RecordBytes), Hashes(Hashes), in MinimalTypeDumpVisitor() 59 bool Hashes = false; variable
|
| H A D | MinimalTypeDumper.cpp | 234 if (Hashes) { in visitTypeBegin()
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.cpp | 32 io.mapOptional("HashValues", DebugH.Hashes); in mapping() 61 DHS.Hashes.emplace_back(S); in fromDebugH() 69 uint32_t Size = 8 + 8 * DebugH.Hashes.size(); in toDebugH() 78 for (const auto &H : DebugH.Hashes) { in toDebugH()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.cpp | 75 ArrayRef<uint32_t> Hashes) { in addTypeRecords() argument 78 assert(Sizes.empty() && Hashes.empty()); in addTypeRecords() 85 assert(Sizes.size() == Hashes.size() && "sizes and hashes should be in sync"); in addTypeRecords() 91 llvm::append_range(TypeHashes, Hashes); in addTypeRecords()
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 236 Hashes.insert(Sha1Str); in AddToCorpus() 291 Hashes.erase(Sha1ToString(II->Sha1)); in Replace() 294 Hashes.insert(Sha1ToString(II->Sha1)); in Replace() 301 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() 302 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() 573 std::unordered_set<std::string> Hashes; variable
|
| /src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.h | 46 std::vector<GlobalHash> Hashes; member
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 309 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping() local 311 Hashes.push_back(hash_value(BreakDown[Idx])); in hashValueMapping() 312 return hash_combine_range(Hashes.begin(), Hashes.end()); in hashValueMapping()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.h | 50 ArrayRef<uint32_t> Hashes);
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 893 auto PopulateHashes = [](DeclHashes &Hashes, const RecordDecl *Record, in diagnoseMismatch() 898 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch() 1573 auto PopulateHashes = [](DeclHashes &Hashes, const RecordDecl *Record, in diagnoseMismatch() 1578 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch() 1869 auto PopulateHashes = [FirstEnum](DeclHashes &Hashes, const EnumDecl *Enum) { in diagnoseMismatch() argument 1876 Hashes.emplace_back(cast<EnumConstantDecl>(D), computeODRHash(D)); in diagnoseMismatch() 2010 auto PopulateHashes = [](DeclHashes &Hashes, const ObjCInterfaceDecl *ID, in diagnoseMismatch() 2015 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch() 2138 auto PopulateHashes = [](DeclHashes &Hashes, const ObjCProtocolDecl *ID, in diagnoseMismatch() 2143 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch()
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-rehash.pod.in | 66 Hashes for CRL's look similar except the letter B<r> appears after
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 174 HashList Hashes; variable
|
| /src/crypto/openssh/ |
| H A D | PROTOCOL.krl | 167 Hashes in this section must appear in numeric order, treating each hash
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_DigestInit.pod | 260 Hashes I<count> bytes of data at I<data> using a digest I<type> from ENGINE 292 Hashes I<cnt> bytes of data at I<d> into the digest context I<ctx>. This
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1466 std::vector<GloballyHashedType> Hashes = in mergeCodeViewTypes() local 1470 Types, Hashes, PCHInfo)) in mergeCodeViewTypes()
|
| /src/contrib/xz/ |
| H A D | ChangeLog | 4181 Hashes of uncompressed files are included too. This way tarballs
|