Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderInternals.h152 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function
DGlobalModuleIndex.cpp101 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() function in __anon7e1a90b20311::IdentifierIndexReaderTrait
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DMemProf.h461 static uint64_t GetExternalKey(uint64_t K) { return K; } in GetExternalKey() function
588 static uint64_t GetExternalKey(external_key_type K) { return K; } in GetExternalKey() function
DInstrProfReader.h455 static StringRef GetExternalKey(StringRef K) { return K; } in GetExternalKey() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DOnDiskHashTable.h532 return InfoObj->GetExternalKey(getInternalKey());