/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 153 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::IdentifierTableInfo 193 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::ContextIDTableInfo 232 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::ContextInfoTableInfo 287 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::ObjCPropertyTableInfo 366 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::ObjCMethodTableInfo 397 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo 441 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::GlobalVariableTableInfo 464 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::GlobalFunctionTableInfo 487 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::CXXMethodTableInfo 509 hash_value_type ComputeHash(internal_key_type Key) { in ComputeHash() function in clang::api_notes::__anonc79998a20111::EnumConstantTableInfo [all …]
|
H A D | APINotesWriter.cpp | 300 hash_value_type ComputeHash(key_type_ref Key) { return llvm::djbHash(Key); } in ComputeHash() function in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo 358 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo 574 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0311::ContextInfoTableInfo 690 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0711::ObjCPropertyTableInfo 759 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0811::ObjCMethodTableInfo 793 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0811::CXXMethodTableInfo 872 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0911::ObjCSelectorTableInfo 945 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0a11::GlobalVariableTableInfo 1058 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0b11::GlobalFunctionTableInfo 1112 hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in clang::api_notes::__anonf7d29e6c0c11::EnumConstantTableInfo [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 300 unsigned ComputeHash() const { in ComputeHash() function 380 unsigned ComputeHash() const { in ComputeHash() function 425 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 441 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 538 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function 601 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function 645 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function 685 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function 721 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function 766 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
|
H A D | InstrProf.h | 1060 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 1111 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 289 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
H A D | ASTReaderInternals.h | 93 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function
|
H A D | GlobalModuleIndex.cpp | 84 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anon35ca0d360311::IdentifierIndexReaderTrait 725 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anon35ca0d360811::IdentifierIndexWriterTrait
|
H A D | ASTWriter.cpp | 1988 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon397e50ec0511::HeaderFileInfoTrait 3461 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon397e50ec0b11::ASTMethodPoolTrait 3792 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon397e50ec0c11::ASTIdentifierTableTrait 4032 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anon397e50ec0d11::ASTDeclContextNameLookupTrait
|
H A D | ASTReader.cpp | 907 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait 1012 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase 2034 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 118 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
|
H A D | InstrProfReader.cpp | 883 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait
|