Searched defs:ComputeHash (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp251 unsigned serialization::ComputeHash(Selector Sel) { function in class:serialization
H A DASTReaderInternals.h94 static hash_value_type ComputeHash(const internal_key_type &Key) { function in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
H A DGlobalModuleIndex.cpp85 static hash_value_type ComputeHash(const internal_key_type& a) { function in class:__anon729::IdentifierIndexReaderTrait
730 static hash_value_type ComputeHash(key_type_ref Key) { function in class:__anon733::IdentifierIndexWriterTrait
H A DASTWriter.cpp1608 hash_value_type ComputeHash(key_type_ref key) { function in class:__anon721::HeaderFileInfoTrait
2945 static hash_value_type ComputeHash(Selector Sel) { function in class:__anon723::ASTMethodPoolTrait
H A DASTReader.cpp817 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { function in class:ASTSelectorLookupTrait
887 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { function in class:ASTIdentifierLookupTraitBase
1813 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { function in class:HeaderFileInfoTrait
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp29 unsigned FoldingSetNodeIDRef::ComputeHash() const { function in class:FoldingSetNodeIDRef
145 unsigned FoldingSetNodeID::ComputeHash() const { function in class:FoldingSetNodeID
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp108 static hash_value_type ComputeHash(key_type_ref K) { function in class:llvm::InstrProfRecordWriterTrait
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h374 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { function in class:llvm::DefaultFoldingSetTrait
390 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash( function in class:llvm::DefaultContextualFoldingSetTrait
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h175 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { function in struct:llvm::FoldingSetTrait
257 static unsigned ComputeHash(const SCEVPredicate &X, function in struct:llvm::FoldingSetTrait
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h127 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) { function in struct:llvm::FoldingSetTrait
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h948 inline uint64_t ComputeHash(HashT Type, StringRef K) { function in class:llvm::IndexedInstrProf::HashT
984 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } function in class:llvm::IndexedInstrProf::HashT

Completed in 309 milliseconds