Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.h80 void annotateHLSLResource(const VarDecl *D, llvm::GlobalVariable *GV);
H A DCGHLSLRuntime.cpp276 void CGHLSLRuntime::annotateHLSLResource(const VarDecl *D, GlobalVariable *GV) { in annotateHLSLResource() function in CGHLSLRuntime
H A DCGDeclCXX.cpp1011 CGM.getHLSLRuntime().annotateHLSLResource(D, Addr); in GenerateCXXGlobalVarDeclInitFunc()