Home
last modified time | relevance | path

Searched refs:annotateHLSLResource (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h80 void annotateHLSLResource(const VarDecl *D, llvm::GlobalVariable *GV);
H A DCGHLSLRuntime.cpp273 void CGHLSLRuntime::annotateHLSLResource(const VarDecl *D, GlobalVariable *GV) { in annotateHLSLResource() function in CGHLSLRuntime
H A DCGDeclCXX.cpp1037 CGM.getHLSLRuntime().annotateHLSLResource(D, Addr); in GenerateCXXGlobalVarDeclInitFunc()