Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef
150 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp273 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
H A DASTReaderInternals.h94 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 __anon28427b810311::IdentifierIndexReaderTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anon28427b810811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1661 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon52dea4370311::HeaderFileInfoTrait
3009 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon52dea4370911::ASTMethodPoolTrait
3308 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon52dea4370a11::ASTIdentifierTableTrait
3549 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anon52dea4370b11::ASTDeclContextNameLookupTrait
H A DASTReader.cpp847 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait
913 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase
1822 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h382 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
398 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h954 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
H A DInstrProfReader.cpp517 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait