Searched defs:Hash (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h39 yaml::BinaryRef Hash; member in struct:llvm::CodeViewYAML::GlobalHash
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp57 uint32_t Hash = 0xb170a1bf; local
[all...]
H A DPDBStringTable.cpp114 uint32_t Hash = local
H A DPDBStringTableBuilder.cpp183 uint32_t Hash = hashStringV1(S); local
H A DTpiStreamBuilder.cpp44 addTypeRecord(ArrayRef<uint8_t> Record, Optional<uint32_t> Hash) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h59 DIEHash &Hash; member in class:llvm::final
H A DDIEHash.h103 MD5 Hash; member in class:llvm::DIEHash
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp77 SmallString<8> Hash; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { argument
H A Dubsan_handlers_cxx.cpp33 HandleDynamicTypeCacheMiss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, ReportOptions Opts) argument
84 __ubsan_handle_dynamic_type_cache_miss( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) argument
89 __ubsan_handle_dynamic_type_cache_miss_abort( DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp54 MD5::MD5Result Hash; local
/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_pss.c25 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) argument
32 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, const unsigned char *EM, int sLen) argument
138 RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, int sLen) argument
145 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, const unsigned char *mHash, const EVP_MD *Hash, const EVP_MD *mgf1Hash, int sLen) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp170 unsigned Hash = hash_combine(Context.getQualifiedNameHash(), Tag, NameRef); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp183 unsigned Hash = hash_combine_range(N->op_begin() + Offset, N->op_end()); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h72 TypeIndex insertRecordAs(GloballyHashedType Hash, size_t RecordSize, argument
H A DTypeHashing.h33 hash_code Hash; member in struct:llvm::codeview::LocallyHashedType
85 std::array<uint8_t, 8> Hash; member in struct:llvm::codeview::GloballyHashedType
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp277 MD5 Hash; local
H A DSHA1.cpp287 auto Hash = final(); local
297 SHA1 Hash; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp90 TypeIndex MergingTypeTableBuilder::insertRecordAs(hash_code Hash, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h32 uint32_t Hash; member in class:llvm::CachedHashStringRef
39 CachedHashStringRef(StringRef S, uint32_t Hash) argument
77 uint32_t Hash; member in class:llvm::CachedHashString
104 CachedHashString(StringRef S, uint32_t Hash) argument
127 : P(Other.P), Size(Other.Size), Hash(Other.Hash) { function in class:llvm::CachedHashString
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp171 llvm::MD5 Hash; local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp216 std::string Hash(const Unit &U) { function in namespace:fuzzer
217 uint8_t Hash[kSHA1NumBytes]; local
/freebsd-12-stable/lib/libsecureboot/efi/include/Protocol/
H A DHash.h157 EFI_HASH_HASH Hash; member in struct:_EFI_HASH_PROTOCOL
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h146 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) argument
164 HashFn *Hash; member in class:llvm::AccelTableBase
173 AccelTableBase(HashFn *Hash) : Entries(Allocator), Hash(Hash) {} argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h79 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag, argument

Completed in 437 milliseconds

123