Home
last modified time | relevance | path

Searched refs:getCUIDHash (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp778 "__hip_fatbin_" + CGM.getContext().getCUIDHash(), nullptr, in makeModuleCtorFunction()
846 : "__hip_gpubin_handle_" + CGM.getContext().getCUIDHash()); in makeModuleCtorFunction()
H A DCodeGenModule.cpp967 "__hip_cuid_" + getContext().getCUIDHash()); in Release()
7769 OS << getContext().getCUIDHash(); in printPostfixForExternalizedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3465 StringRef getCUIDHash() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14177 StringRef ASTContext::getCUIDHash() const { in getCUIDHash() function in ASTContext