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.cpp842 : "_" + CGM.getContext().getCUIDHash()), in makeModuleCtorFunction()
911 : "_" + CGM.getContext().getCUIDHash())); in makeModuleCtorFunction()
H A DCodeGenModule.cpp1075 "__hip_cuid_" + getContext().getCUIDHash()); in Release()
8102 OS << getContext().getCUIDHash(); in printPostfixForExternalizedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3705 StringRef getCUIDHash() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp15102 StringRef ASTContext::getCUIDHash() const { in getCUIDHash() function in ASTContext