Home
last modified time | relevance | path

Searched defs:GetExternalKey (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp63 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc79998a20111::VersionedTableInfo
151 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc79998a20111::IdentifierTableInfo
191 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc79998a20111::ContextIDTableInfo
395 external_key_type GetExternalKey(internal_key_type Key) { return Key; } in GetExternalKey() function in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h152 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function
H A DGlobalModuleIndex.cpp100 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function in __anon35ca0d360311::IdentifierIndexReaderTrait
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h536 static uint64_t GetExternalKey(uint64_t K) { return K; } in GetExternalKey() function
683 static uint64_t GetExternalKey(external_key_type K) { return K; } in GetExternalKey() function
764 static uint64_t GetExternalKey(external_key_type K) { return K; } in GetExternalKey() function
H A DInstrProfReader.h502 static StringRef GetExternalKey(StringRef K) { return K; } in GetExternalKey() function