| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 42 std::vector<LocallyHashedType> Hashes; in hashTypes() local 43 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes() 45 Hashes.push_back(hashType(R)); in hashTypes() 47 return Hashes; in hashTypes() 52 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() local 53 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection() 54 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 56 return Hashes; in hashTypeCollection() 121 std::vector<GloballyHashedType> Hashes; in hashTypes() local 124 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() [all …]
|
| H A D | TypeStreamMerger.h | 92 ArrayRef<GloballyHashedType> Hashes, 98 ArrayRef<GloballyHashedType> Hashes, 104 ArrayRef<GloballyHashedType> Hashes);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 91 ArrayRef<GloballyHashedType> Hashes, 96 ArrayRef<GloballyHashedType> Hashes); 98 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() 299 ArrayRef<GloballyHashedType> Hashes, in mergeTypesAndIds() argument 304 GlobalHashes = Hashes; in mergeTypesAndIds() 457 ArrayRef<GloballyHashedType> Hashes, Optional<uint32_t> &PCHSignature) { in mergeTypeAndIdRecords() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 | 229 if (Hashes) { in visitTypeBegin()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerCorpus.h | 105 Hashes.insert(Sha1Str); in AddToCorpus() 158 Hashes.erase(Sha1ToString(II->Sha1)); in Replace() 161 Hashes.insert(Sha1ToString(II->Sha1)); in Replace() 167 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit() 168 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit() 302 std::unordered_set<std::string> Hashes; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.cpp | 78 ArrayRef<uint32_t> Hashes) { in addTypeRecords() argument 81 assert(Sizes.empty() && Hashes.empty()); in addTypeRecords() 88 assert(Sizes.size() == Hashes.size() && "sizes and hashes should be in sync"); in addTypeRecords() 94 llvm::append_range(TypeHashes, Hashes); in addTypeRecords()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.h | 46 std::vector<GlobalHash> Hashes; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegisterBankInfo.cpp | 307 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping() local 309 Hashes.push_back(hash_value(BreakDown[Idx])); in hashValueMapping() 310 return hash_combine_range(Hashes.begin(), Hashes.end()); in hashValueMapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.h | 58 ArrayRef<uint32_t> Hashes);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 169 HashList Hashes; variable
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | rehash.pod | 55 Hashes for CRL's look similar except the letter B<r> appears after
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-rehash.pod.in | 64 Hashes for CRL's look similar except the letter B<r> appears after
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | EVP_DigestInit.pod | 104 Hashes B<count> bytes of data at B<data> using a digest B<type> from ENGINE 117 Hashes B<cnt> bytes of data at B<d> into the digest context B<ctx>. This
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | PROTOCOL.krl | 167 Hashes in this section must appear in numeric order, treating each hash
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1317 std::vector<GloballyHashedType> Hashes = in mergeCodeViewTypes() local 1321 Types, Hashes, PCHSignature)) in mergeCodeViewTypes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9883 auto PopulateHashes = [&ComputeSubDeclODRHash](DeclHashes &Hashes, in diagnoseOdrViolations() 9889 Hashes.emplace_back(D, ComputeSubDeclODRHash(D)); in diagnoseOdrViolations() 10131 [&ComputeSubDeclODRHash](DeclHashes &Hashes, in diagnoseOdrViolations() 10134 Hashes.emplace_back(D, ComputeSubDeclODRHash(D)); in diagnoseOdrViolations() 11369 DeclHashes &Hashes, EnumDecl *Enum) { in diagnoseOdrViolations() argument 11376 Hashes.emplace_back(cast<EnumConstantDecl>(D), in diagnoseOdrViolations()
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | RELNOTES | 4157 - Hashes removed from as-yet-unknown agent options, having those options
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 20338 Hashes are unsigned int. Calculate hash here, pass by value
|