Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp150 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::IdentifierTableInfo
190 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo
233 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCContextInfoTableInfo
292 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCPropertyTableInfo
375 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCMethodTableInfo
406 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo
457 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::GlobalVariableTableInfo
484 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::GlobalFunctionTableInfo
507 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::EnumConstantTableInfo
534 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc49379580111::TagTableInfo
[all …]
H A DAPINotesWriter.cpp290 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in ComputeHash() function in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo
348 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo
565 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220311::ObjCContextInfoTableInfo
681 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220711::ObjCPropertyTableInfo
750 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220811::ObjCMethodTableInfo
808 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo
882 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220a11::GlobalVariableTableInfo
996 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220b11::GlobalFunctionTableInfo
1050 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220c11::EnumConstantTableInfo
1110 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf4cc7f220d11::CommonTypeTableInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h299 unsigned ComputeHash() const { in ComputeHash() function
371 unsigned ComputeHash() const { in ComputeHash() function
410 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
426 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h466 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
H A DInstrProf.h986 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
1035 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp281 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 __anoncf1c43ec0311::IdentifierIndexReaderTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anoncf1c43ec0811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1861 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon367831a20711::HeaderFileInfoTrait
3301 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon367831a20e11::ASTMethodPoolTrait
3611 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon367831a20f11::ASTIdentifierTableTrait
3845 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anon367831a21011::ASTDeclContextNameLookupTrait
H A DASTReader.cpp901 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait
972 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase
1995 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp116 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
H A DInstrProfReader.cpp844 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait