Home
last modified time | relevance | path

Searched defs:ComputeHash (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFoldingSet.h298 unsigned ComputeHash() const { in ComputeHash() function
370 unsigned ComputeHash() const { in ComputeHash() function
409 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
425 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTCommon.cpp276 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
H A DASTReaderInternals.h93 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function
H A DGlobalModuleIndex.cpp85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anon244be4660311::IdentifierIndexReaderTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anon244be4660811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1767 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon7df3f81c0311::HeaderFileInfoTrait
3198 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon7df3f81c0911::ASTMethodPoolTrait
3508 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon7df3f81c0a11::ASTIdentifierTableTrait
3746 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anon7df3f81c0b11::ASTDeclContextNameLookupTrait
H A DASTReader.cpp875 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait
941 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase
1854 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h462 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
510 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
549 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
589 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
H A DInstrProf.h988 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
1031 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp113 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
H A DInstrProfReader.cpp632 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait