Home
last modified time | relevance | path

Searched refs:GetExternalKey (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h152 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function
H A DGlobalModuleIndex.cpp103 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function in __anoncf1c43ec0311::IdentifierIndexReaderTrait
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h464 static uint64_t GetExternalKey(uint64_t K) { return K; } in GetExternalKey() function
599 static uint64_t GetExternalKey(external_key_type K) { return K; } in GetExternalKey() function
H A DInstrProfReader.h498 static StringRef GetExternalKey(StringRef K) { return K; } in GetExternalKey() function
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp60 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc49379580111::VersionedTableInfo
148 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc49379580111::IdentifierTableInfo
188 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo
404 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h539 return InfoObj->GetExternalKey(getInternalKey());