Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h42 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 DTypeStreamMerger.h92 ArrayRef<GloballyHashedType> Hashes,
98 ArrayRef<GloballyHashedType> Hashes,
104 ArrayRef<GloballyHashedType> Hashes);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp91 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 DMinimalTypeDumper.h28 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 DMinimalTypeDumper.cpp229 if (Hashes) { in visitTypeBegin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp32 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 DFuzzerCorpus.h105 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 DTpiStreamBuilder.cpp78 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 DCodeViewYAMLTypeHashing.h46 std::vector<GlobalHash> Hashes; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp307 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 DTpiStreamBuilder.h58 ArrayRef<uint32_t> Hashes);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h169 HashList Hashes; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Drehash.pod55 Hashes for CRL's look similar except the letter B<r> appears after
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-rehash.pod.in64 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 DEVP_DigestInit.pod104 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 DPROTOCOL.krl167 Hashes in this section must appear in numeric order, treating each hash
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1317 std::vector<GloballyHashedType> Hashes = in mergeCodeViewTypes() local
1321 Types, Hashes, PCHSignature)) in mergeCodeViewTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9883 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 DRELNOTES4157 - Hashes removed from as-yet-unknown agent options, having those options
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200020338 Hashes are unsigned int. Calculate hash here, pass by value