Home
last modified time | relevance | path

Searched defs:uniqueKey (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp45 static std::string uniqueKey(llvm::StringRef S) { return utostr(xxHash64(S)); } in uniqueKey() function
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp685 detail::RecordTypeStorage const *fir::RecordType::uniqueKey() const { in uniqueKey() function in fir::RecordType